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 @@
|
||||||
(file-name (string-append name "-" version "-checkout")))))))
|
(file-name (string-append name "-" version "-checkout")))))))
|
||||||
|
|
||||||
(define-public cuirass
|
(define-public cuirass
|
||||||
(let ((commit "3ac739b97dbf3684f925eac7a5d609e79ec1ac5f")
|
(let ((commit "58e3551d6dcc3cf4a9d072d6c56531ae3b6e7bbe")
|
||||||
(revision "22"))
|
(revision "23"))
|
||||||
(package
|
(package
|
||||||
(name "cuirass")
|
(name "cuirass")
|
||||||
(version (git-version "1.0.0" revision commit))
|
(version (git-version "1.0.0" revision commit))
|
||||||
|
@ -87,7 +87,7 @@
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1nl171qmxhcb0sq39khk7knapvlzm26z2lmzqwdmj65vyyg9inrc"))))
|
"0m2w0258m9mb1gq1522z4mhinhs3xgbmdas4aaqnf50hsnxmh7h5"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules ((guix build utils)
|
`(#:modules ((guix build utils)
|
||||||
|
|
Reference in a new issue