mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
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:
parent
b9bbe33a80
commit
9e02124778
1 changed files with 2 additions and 2 deletions
|
@ -447,7 +447,7 @@ (define-public cmake-minimal-cross
|
|||
(define-public corrosion
|
||||
(package
|
||||
(name "corrosion")
|
||||
(version "0.5.0")
|
||||
(version "0.5.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -455,7 +455,7 @@ (define-public corrosion
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1sm1jhdrqzp3f36f7grh900wp7pk9l1zim49hrk87ac6frfmg8xx"))))
|
||||
(base32 "1bylfjji4yw88r00hgb69nfl9lz73bhc7q3n64myif4alr4b8ypx"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue