guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/14: gnu: CMake: Update to 3.14.5.


From: guix-commits
Subject: 02/14: gnu: CMake: Update to 3.14.5.
Date: Sun, 16 Jun 2019 03:44:54 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 2489acc9bd1b23f989eca2612cabf95d48d3f17b
Author: Marius Bakke <address@hidden>
Date:   Fri Jun 14 15:54:20 2019 +0200

    gnu: CMake: Update to 3.14.5.
    
    * gnu/packages/cmake.scm (cmake-minimal): Update to 3.14.5.
---
 gnu/packages/cmake.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cmake.scm b/gnu/packages/cmake.scm
index e77c97e..8a0bba2 100644
--- a/gnu/packages/cmake.scm
+++ b/gnu/packages/cmake.scm
@@ -51,7 +51,7 @@
 (define-public cmake-minimal
   (package
     (name "cmake-minimal")
-    (version "3.14.4")
+    (version "3.14.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.cmake.org/files/v";
@@ -59,7 +59,7 @@
                                   "/cmake-" version ".tar.gz"))
               (sha256
                (base32
-                "1n9nzxq1dzbpa0pisdv7g57a8qr9b7n35vbfy489s1v602dxrd00"))
+                "01lcl6ynxfgqn09ncfz1gr24ha5pv1slk0azzaawaqrwpsgf8njh"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]