[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: cmake: Update to 3.19.2.
From: |
guix-commits |
Subject: |
branch master updated: gnu: cmake: Update to 3.19.2. |
Date: |
Sat, 26 Dec 2020 06:33:56 -0500 |
This is an automated email from the git hooks/post-receive script.
iyzsong pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 4969b51 gnu: cmake: Update to 3.19.2.
4969b51 is described below
commit 4969b51d175497bfcc354c91803e9d70542b7113
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Sun Dec 20 14:21:25 2020 +0000
gnu: cmake: Update to 3.19.2.
* gnu/packages/cmake.scm (cmake): Update to 3.19.2.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
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 2f8d504..56b3279 100644
--- a/gnu/packages/cmake.scm
+++ b/gnu/packages/cmake.scm
@@ -297,7 +297,7 @@ and workspaces that can be used in the compiler environment
of your choice.")
(package
(inherit cmake-minimal)
(name "cmake")
- (version "3.19.1")
+ (version "3.19.2")
;; TODO: Move the following source field to the cmake-bootstrap package in
;; the next rebuild cycle.
(source (origin
@@ -307,7 +307,7 @@ and workspaces that can be used in the compiler environment
of your choice.")
"/cmake-" version ".tar.gz"))
(sha256
(base32
- "1fisi9rlijw9wd0yjzk1c6j7ljnb2yiq5iqnrz6m1xkflyinw9hx"))
+ "1w67w0ak6vf37501dlz9yhnzlvvpw1w10n2nm3hi7yxp4cxzvq73"))
(snippet
(match (origin-snippet (package-source cmake-bootstrap))
((_ _ exp ...)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: cmake: Update to 3.19.2.,
guix-commits <=