me
/
guix
Archived
1
0
Fork 0

gnu: cmake: Update to 3.16.3.

* gnu/packages/cmake.scm (cmake-minimal): Update to 3.16.3.
master
Marius Bakke 2020-01-22 18:53:28 +01:00
parent c2d837b943
commit 848a3cdb4f
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@
(define-public cmake-minimal (define-public cmake-minimal
(package (package
(name "cmake-minimal") (name "cmake-minimal")
(version "3.16.2") (version "3.16.3")
(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"
@ -60,7 +60,7 @@
"/cmake-" version ".tar.gz")) "/cmake-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1ag65ignli58kpmji6gjhj8xw4w1qdr910i99hsvx8hcqrp7h2cc")) "0s06wrp0jnw2l4yq94skj53hwnz7lqrmhh96sq7w7njkkggickz5"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin