gnu: cuirass: Update to 0.0.1-55.fd432b8.
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-55.fd432b8.
This commit is contained in:
parent
e16fbddf2b
commit
d5901789f4
1 changed files with 3 additions and 3 deletions
|
@ -68,8 +68,8 @@
|
||||||
(file-name (string-append name "-" version "-checkout")))))))
|
(file-name (string-append name "-" version "-checkout")))))))
|
||||||
|
|
||||||
(define-public cuirass
|
(define-public cuirass
|
||||||
(let ((commit "e0f97e475f6d9d832eb67b3576f2c43a0aff65b4")
|
(let ((commit "fd432b8e8f449d691773e96e7d90f44761e01aa3")
|
||||||
(revision "54"))
|
(revision "55"))
|
||||||
(package
|
(package
|
||||||
(name "cuirass")
|
(name "cuirass")
|
||||||
(version (git-version "0.0.1" revision commit))
|
(version (git-version "0.0.1" revision commit))
|
||||||
|
@ -81,7 +81,7 @@
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1x9akw58s0gxi2m9m6kl7j0g4rg7rhvrlyql7v2w51q06j518wq7"))))
|
"10j3w3px0250avwry2x8wsa0m0plvm957g4qqgnajsbc9gvka554"))))
|
||||||
(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