mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: cuirass: Update to 1.0.0-22.3ac739b.
* gnu/packages/ci.scm (cuirass): Update to 1.0.0-22.3ac739b.
This commit is contained in:
parent
416f7843c4
commit
45b98751ff
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")))))))
|
(file-name (string-append name "-" version "-checkout")))))))
|
||||||
|
|
||||||
(define-public cuirass
|
(define-public cuirass
|
||||||
(let ((commit "65ae16b3c8bc5f7c062fd62b723fdca763b25e3b")
|
(let ((commit "3ac739b97dbf3684f925eac7a5d609e79ec1ac5f")
|
||||||
(revision "21"))
|
(revision "22"))
|
||||||
(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 @@ (define-public cuirass
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1kmfsybnbg3fr8fbc15fwf5ynw2737ci5qyaj9wdgzmh6756q3pn"))))
|
"1nl171qmxhcb0sq39khk7knapvlzm26z2lmzqwdmj65vyyg9inrc"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules ((guix build utils)
|
`(#:modules ((guix build utils)
|
||||||
|
|
Loading…
Reference in a new issue