me
/
guix
Archived
1
0
Fork 0

gnu: cmake: Update to 3.25.1.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Greg Hogan 2022-12-23 14:08:36 +00:00 committed by Ludovic Courtès
parent 8d97c66dfe
commit 0e14096c58
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -333,7 +333,7 @@ and workspaces that can be used in the compiler environment of your choice.")
(package (package
(inherit cmake-minimal) (inherit cmake-minimal)
(name "cmake") (name "cmake")
(version "3.24.2") (version "3.25.1")
(source (origin (source (origin
(inherit (package-source cmake-minimal)) (inherit (package-source cmake-minimal))
(method url-fetch) (method url-fetch)
@ -348,7 +348,7 @@ and workspaces that can be used in the compiler environment of your choice.")
,@rest)))) ,@rest))))
(sha256 (sha256
(base32 (base32
"1ny8y2dzc6fww9gzb1ml0vjpx4kclphjihkxagxigprxdzq2140d")) "1n4inb3fvk70sni5gmkljqw3cyllalyg3fnr9rlr7x3aa44isl8w"))
(patches (search-patches "cmake-curl-certificates-3.24.patch")))) (patches (search-patches "cmake-curl-certificates-3.24.patch"))))
(outputs '("out" "doc")) (outputs '("out" "doc"))
(arguments (arguments