diff options
author | Greg Hogan <code@greghogan.com> | 2022-12-23 14:08:36 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-01-31 23:28:29 +0100 |
commit | 0e14096c586ac176d0bc2a305e48e4b8b21e796a (patch) | |
tree | f68dc2cf1a23b423e78b8a38b29dfdfd7b5bc8da /gnu/packages/cmake.scm | |
parent | 8d97c66dfe1ac1fa00e16d30ab55042e2c7ea8f0 (diff) | |
download | guix-0e14096c586ac176d0bc2a305e48e4b8b21e796a.tar.gz |
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>
Diffstat (limited to 'gnu/packages/cmake.scm')
-rw-r--r-- | gnu/packages/cmake.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cmake.scm b/gnu/packages/cmake.scm index 87fde01f63..d9b996986b 100644 --- a/gnu/packages/cmake.scm +++ b/gnu/packages/cmake.scm @@ -333,7 +333,7 @@ and workspaces that can be used in the compiler environment of your choice.") (package (inherit cmake-minimal) (name "cmake") - (version "3.24.2") + (version "3.25.1") (source (origin (inherit (package-source cmake-minimal)) (method url-fetch) @@ -348,7 +348,7 @@ and workspaces that can be used in the compiler environment of your choice.") ,@rest)))) (sha256 (base32 - "1ny8y2dzc6fww9gzb1ml0vjpx4kclphjihkxagxigprxdzq2140d")) + "1n4inb3fvk70sni5gmkljqw3cyllalyg3fnr9rlr7x3aa44isl8w")) (patches (search-patches "cmake-curl-certificates-3.24.patch")))) (outputs '("out" "doc")) (arguments |