me
/
guix
Archived
1
0
Fork 0

gnu: CMake: Update to 3.16.2.

* gnu/packages/cmake.scm (cmake-minimal): Update to 3.16.2.
master
Marius Bakke 2020-01-08 16:26:23 +01:00
parent 6a66709d38
commit 9039f0b7b6
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@
(define-public cmake-minimal (define-public cmake-minimal
(package (package
(name "cmake-minimal") (name "cmake-minimal")
(version "3.16.0") (version "3.16.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://www.cmake.org/files/v" (uri (string-append "https://www.cmake.org/files/v"
@ -59,7 +59,7 @@
"/cmake-" version ".tar.gz")) "/cmake-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0pwcgvk75577rdizpzjrk2n43a6l7rvfhmhn7sd6xarwqrb6b9bd")) "1ag65ignli58kpmji6gjhj8xw4w1qdr910i99hsvx8hcqrp7h2cc"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin