guix-commits
[Top][All Lists]
Advanced

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

04/09: gnu: cmake: Update to 3.14.4.


From: guix-commits
Subject: 04/09: gnu: cmake: Update to 3.14.4.
Date: Sun, 26 May 2019 13:50:50 -0400 (EDT)

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

commit 45771d63c5b8e3c65b0bc5dfaca57c44e87128e9
Author: Marius Bakke <address@hidden>
Date:   Fri May 24 19:40:41 2019 +0200

    gnu: cmake: Update to 3.14.4.
    
    * gnu/packages/cmake.scm (cmake-minimal): Update to 3.14.4.
---
 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 e49654a..e77c97e 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.3")
+    (version "3.14.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.cmake.org/files/v";
@@ -59,7 +59,7 @@
                                   "/cmake-" version ".tar.gz"))
               (sha256
                (base32
-                "0cmnyk9agdgwnc4svzafhddqgcrhvwp5cgmn54mih1qkx1j0np91"))
+                "1n9nzxq1dzbpa0pisdv7g57a8qr9b7n35vbfy489s1v602dxrd00"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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