guix-commits
[Top][All Lists]
Advanced

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

01/09: gnu: cmake: Update to 3.16.3.


From: guix-commits
Subject: 01/09: gnu: cmake: Update to 3.16.3.
Date: Wed, 22 Jan 2020 16:14:50 -0500 (EST)

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

commit 848a3cdb4f5e214c28c520b2b4ce63a247996ce1
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Jan 22 18:53:28 2020 +0100

    gnu: cmake: Update to 3.16.3.
    
    * gnu/packages/cmake.scm (cmake-minimal): Update to 3.16.3.
---
 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 e24b6de..21f11ac 100644
--- a/gnu/packages/cmake.scm
+++ b/gnu/packages/cmake.scm
@@ -52,7 +52,7 @@
 (define-public cmake-minimal
   (package
     (name "cmake-minimal")
-    (version "3.16.2")
+    (version "3.16.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.cmake.org/files/v";
@@ -60,7 +60,7 @@
                                   "/cmake-" version ".tar.gz"))
               (sha256
                (base32
-                "1ag65ignli58kpmji6gjhj8xw4w1qdr910i99hsvx8hcqrp7h2cc"))
+                "0s06wrp0jnw2l4yq94skj53hwnz7lqrmhh96sq7w7njkkggickz5"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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