me
/
guix
Archived
1
0
Fork 0

gnu: cmake: Update to 3.3.2.

* gnu/packages/cmake.scm (cmake): Update to 3.3.2.
master
宋文武 2015-10-17 14:47:28 +08:00
parent d18c3c646c
commit ecd9c37f1f
1 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@
(define-public cmake
(package
(name "cmake")
(version "3.3.1")
(version "3.3.2")
(source (origin
(method url-fetch)
(uri (string-append
@ -44,7 +44,7 @@
(version-major+minor version)
"/cmake-" version ".tar.gz"))
(sha256
(base32 "1mp32dqywk4dfw7zmpgp31axszv7h74yk69g273z21q7d8n04rfd"))
(base32 "08pwy9ip9cgwgynhn5vrjw8drw29gijy1rmziq22n65zds6ifnp7"))
(patches (list (search-patch "cmake-fix-tests.patch")))))
(build-system gnu-build-system)
(arguments