me
/
guix
Archived
1
0
Fork 0

gnu: cuirass: Update to 0.0.1-34.10b16e.

* gnu/packages/ci.scm (cuirass): Update to 0.0.1-34.10b16e.
master
Mathieu Othacehe 2020-06-23 11:09:24 +02:00
parent fd45ecb571
commit 380c3e459b
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 3 additions and 3 deletions

View File

@ -47,8 +47,8 @@
#:use-module (guix build-system gnu))
(define-public cuirass
(let ((commit "61cc56f6cc9ac4985c0013968af43e4da70aa954")
(revision "33"))
(let ((commit "10b16ec09294b13bf67b3f58d93ca05e013cbd7b")
(revision "34"))
(package
(name "cuirass")
(version (git-version "0.0.1" revision commit))
@ -60,7 +60,7 @@
(file-name (git-file-name name version))
(sha256
(base32
"0g3fyp90w1wlk3401llzi0xrqj0nkgylqfgx8sa3qi4xy7lymkrs"))))
"15spkr2mg7qbi72d9lm0vpigbh1106v6p8a3cxbcsnpbbjdaz6wi"))))
(build-system gnu-build-system)
(arguments
'(#:modules ((guix build utils)