gnu: corrosion: Update to 0.5.1.

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

Change-Id: I0157e20f6d7c380b081fb1a18e5e963d6c0b9b51
This commit is contained in:
Efraim Flashner 2024-12-30 18:24:39 +02:00
parent b9bbe33a80
commit 9e02124778
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -447,7 +447,7 @@ and workspaces that can be used in the compiler environment of your choice.")
(define-public corrosion (define-public corrosion
(package (package
(name "corrosion") (name "corrosion")
(version "0.5.0") (version "0.5.1")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -455,7 +455,7 @@ and workspaces that can be used in the compiler environment of your choice.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1sm1jhdrqzp3f36f7grh900wp7pk9l1zim49hrk87ac6frfmg8xx")))) (base32 "1bylfjji4yw88r00hgb69nfl9lz73bhc7q3n64myif4alr4b8ypx"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
(list (list