diff options
| author | Greg Hogan <code@greghogan.com> | 2025-08-20 17:35:14 +0000 |
|---|---|---|
| committer | Greg Hogan <code@greghogan.com> | 2025-11-28 11:36:59 +0000 |
| commit | f873ae0cf61ee0e73c673c259c62a6a05636f511 (patch) | |
| tree | 69094d1750297d43e72854c8a9b9b78197c69705 /gnu/packages | |
| parent | 201cd120dd1318f7a76dd0d369805a897451adf0 (diff) | |
gnu: cmake: Update to 4.1.3.
* gnu/packages/cmake.scm (cmake): Update to 4.1.3.
Change-Id: I05d31c3d527a60bda22d454631a54fa6fad3b3ef
Diffstat (limited to 'gnu/packages')
| -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 f062b1d1d00..818ae7a04ac 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.3") (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")))) + "125yhgkmh5ap14w9yyh442manbb7k96dws4pa3hz32qp7njpjn3n")))) (outputs '("out" "doc")) (arguments (substitute-keyword-arguments (package-arguments cmake-minimal) |
