summaryrefslogtreecommitdiff
path: root/gnu/packages/cmake.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2024-12-30 18:24:39 +0200
committerEfraim Flashner <efraim@flashner.co.il>2025-01-06 12:21:30 +0200
commit9e02124778ad465ac0c9c23e01da0ce5a152bd2e (patch)
tree12fdc99518b3fa29981bd602d9057c338605e0a4 /gnu/packages/cmake.scm
parentb9bbe33a80994f55292538e6314e02992a13d00e (diff)
gnu: corrosion: Update to 0.5.1.
* gnu/packages/cmake.scm (corrosion): Update to 0.5.1. Change-Id: I0157e20f6d7c380b081fb1a18e5e963d6c0b9b51
Diffstat (limited to 'gnu/packages/cmake.scm')
-rw-r--r--gnu/packages/cmake.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cmake.scm b/gnu/packages/cmake.scm
index 35ac62f731c..15b591a0151 100644
--- a/gnu/packages/cmake.scm
+++ b/gnu/packages/cmake.scm
@@ -447,7 +447,7 @@ and workspaces that can be used in the compiler environment of your choice.")
447(define-public corrosion 447(define-public corrosion
448 (package 448 (package
449 (name "corrosion") 449 (name "corrosion")
450 (version "0.5.0") 450 (version "0.5.1")
451 (source (origin 451 (source (origin
452 (method git-fetch) 452 (method git-fetch)
453 (uri (git-reference 453 (uri (git-reference
@@ -455,7 +455,7 @@ and workspaces that can be used in the compiler environment of your choice.")
455 (commit (string-append "v" version)))) 455 (commit (string-append "v" version))))
456 (file-name (git-file-name name version)) 456 (file-name (git-file-name name version))
457 (sha256 457 (sha256
458 (base32 "1sm1jhdrqzp3f36f7grh900wp7pk9l1zim49hrk87ac6frfmg8xx")))) 458 (base32 "1bylfjji4yw88r00hgb69nfl9lz73bhc7q3n64myif4alr4b8ypx"))))
459 (build-system cmake-build-system) 459 (build-system cmake-build-system)
460 (arguments 460 (arguments
461 (list 461 (list