mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: cuirass: Update to 1.0.0-23.58e3551.
* gnu/packages/ci.scm (cuirass): Update to 1.0.0-23.58e3551.
This commit is contained in:
parent
e3cde9aaf8
commit
6e1cf434d7
1 changed files with 3 additions and 3 deletions
|
@ -73,8 +73,8 @@ (define-public guile-squee-dev
|
|||
(file-name (string-append name "-" version "-checkout")))))))
|
||||
|
||||
(define-public cuirass
|
||||
(let ((commit "3ac739b97dbf3684f925eac7a5d609e79ec1ac5f")
|
||||
(revision "22"))
|
||||
(let ((commit "58e3551d6dcc3cf4a9d072d6c56531ae3b6e7bbe")
|
||||
(revision "23"))
|
||||
(package
|
||||
(name "cuirass")
|
||||
(version (git-version "1.0.0" revision commit))
|
||||
|
@ -87,7 +87,7 @@ (define-public cuirass
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1nl171qmxhcb0sq39khk7knapvlzm26z2lmzqwdmj65vyyg9inrc"))))
|
||||
"0m2w0258m9mb1gq1522z4mhinhs3xgbmdas4aaqnf50hsnxmh7h5"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:modules ((guix build utils)
|
||||
|
|
Loading…
Reference in a new issue