mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 03:20:04 +01:00
gnu: cuirass: Update to 1.0.0-19.e1382f0.
* gnu/packages/ci.scm (cuirass): Update to 1.0.0-19.e1382f0.
This commit is contained in:
parent
c942e17c29
commit
d2a8b72b2f
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 "b1abb4438b99fa4f5b0fcc0052015e69209e1ea0")
|
(let ((commit "e1382f0303d282017aa5d68f0e870863070f28c0")
|
||||||
(revision "18"))
|
(revision "19"))
|
||||||
(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
|
||||||
"0iadm1qlg8535yzs1sw1v1iszlfdd42nrzfh4s7kbwvf28ksh4a3"))))
|
"0kxackclmcqi44xi1pwnm65c05wkp1z6aid2qzkw7sxc1j24iaw2"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules ((guix build utils)
|
`(#:modules ((guix build utils)
|
||||||
|
|
Loading…
Add table
Reference in a new issue