mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ and workspaces that can be used in the compiler environment of your choice.")
|
|||
(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 @@ and workspaces that can be used in the compiler environment of your choice.")
|
|||
(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…
Add table
Add a link
Reference in a new issue