gnu: CMake: Update to 3.14.5.

* gnu/packages/cmake.scm (cmake-minimal): Update to 3.14.5.
master
Marius Bakke 2019-06-14 15:54:20 +02:00
parent fefa75f398
commit 2489acc9bd
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
(package
(name "cmake-minimal")
(version "3.14.4")
(version "3.14.5")
(source (origin
(method url-fetch)
(uri (string-append "https://www.cmake.org/files/v"
@ -59,7 +59,7 @@
"/cmake-" version ".tar.gz"))
(sha256
(base32
"1n9nzxq1dzbpa0pisdv7g57a8qr9b7n35vbfy489s1v602dxrd00"))
"01lcl6ynxfgqn09ncfz1gr24ha5pv1slk0azzaawaqrwpsgf8njh"))
(modules '((guix build utils)))
(snippet
'(begin