guix-commits
[Top][All Lists]
Advanced

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

14/28: gnu: CMake: Update to 3.16.2.


From: guix-commits
Subject: 14/28: gnu: CMake: Update to 3.16.2.
Date: Wed, 8 Jan 2020 15:58:47 -0500 (EST)

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

commit 9039f0b7b61f56f70e8beb41ec02bcb96f12aacb
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Jan 8 16:26:23 2020 +0100

    gnu: CMake: Update to 3.16.2.
    
    * gnu/packages/cmake.scm (cmake-minimal): Update to 3.16.2.
---
 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 806a739..556e98a 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.16.0")
+    (version "3.16.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.cmake.org/files/v";
@@ -59,7 +59,7 @@
                                   "/cmake-" version ".tar.gz"))
               (sha256
                (base32
-                "0pwcgvk75577rdizpzjrk2n43a6l7rvfhmhn7sd6xarwqrb6b9bd"))
+                "1ag65ignli58kpmji6gjhj8xw4w1qdr910i99hsvx8hcqrp7h2cc"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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