gnu: cmake: Update to 3.19.2.

* gnu/packages/cmake.scm (cmake): Update to 3.19.2.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Greg Hogan 2020-12-20 14:21:25 +00:00 committed by 宋文武
parent 7be871bb69
commit 4969b51d17
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -297,7 +297,7 @@ (define-public cmake
(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 @@ (define-public cmake
"/cmake-" version ".tar.gz"))
(sha256
(base32
"1fisi9rlijw9wd0yjzk1c6j7ljnb2yiq5iqnrz6m1xkflyinw9hx"))
"1w67w0ak6vf37501dlz9yhnzlvvpw1w10n2nm3hi7yxp4cxzvq73"))
(snippet
(match (origin-snippet (package-source cmake-bootstrap))
((_ _ exp ...)