guix_mirror_bot pushed a commit to branch c++-team
in repository guix.
commit 50c7e4460a0d1d348c3c7a9aa74d7e4297e9e199
Author: Greg Hogan <[email protected]>
AuthorDate: Wed Aug 20 17:35:14 2025 +0000
gnu: cmake-minimal: Update to 4.1.2.
* gnu/packages/cmake.scm (cmake-minimal): Update to 4.1.2.
Change-Id: I05d31c3d527a60bda22d454631a54fa6fad3b3ef
---
gnu/packages/cmake.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cmake.scm b/gnu/packages/cmake.scm
index 08dbbe1b62..fe11de7307 100644
--- a/gnu/packages/cmake.scm
+++ b/gnu/packages/cmake.scm
@@ -367,7 +367,7 @@ and workspaces that can be used in the compiler environment
of your choice.")
(package
(inherit cmake-minimal)
(name "cmake")
- (version "4.0.3")
+ (version "4.1.2")
(source (origin
(inherit (package-source cmake-minimal))
(method url-fetch)
@@ -382,7 +382,7 @@ and workspaces that can be used in the compiler environment
of your choice.")
,@rest))))
(sha256
(base32
- "1yrzkwkr2nxl8hcjkk333l9ycbw9prkg363k4km609kknyvkfdcd"))))
+ "059a53p3yizhdqh55a4866x9rdsg2f2zf9pm66mj78vv5cc08gv4"))))
(outputs '("out" "doc"))
(arguments
(substitute-keyword-arguments (package-arguments cmake-minimal)