me
/
guix
Archived
1
0
Fork 0

gnu: cuirass: Update to 0.0.1-69.860fffa.

* gnu/packages/ci.scm (cuirass): Update to 0.0.1-69.860fffa.
master
Mathieu Othacehe 2021-02-17 17:22:09 +01:00
parent 8aedb2f028
commit adfbba4669
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 3 additions and 3 deletions

View File

@ -48,8 +48,8 @@
#:use-module (guix build-system gnu))
(define-public cuirass
(let ((commit "ea01201ccd267506451e0301fbc5d8f12ef9ba5c")
(revision "68"))
(let ((commit "860fffa2608dcdfd7fae474115bafa1b20f69b72")
(revision "69"))
(package
(name "cuirass")
(version (git-version "0.0.1" revision commit))
@ -61,7 +61,7 @@
(file-name (git-file-name name version))
(sha256
(base32
"1c7h725y3d6msbrk49j57qfpxjlspb9gc5cq77hi3qmrb48vrlhb"))))
"0dscfjpv3rkf1wy3z1yxc3fp27q1x8nrmdhfxr5dvhayb5b3ibml"))))
(build-system gnu-build-system)
(arguments
'(#:modules ((guix build utils)