This is an automated email from the git hooks/post-receive script.
mothacehe pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 495bd70 gnu: cuirass: Update to 0.0.1-60.1e8d075.
495bd70 is described below
commit 495bd7053c3ea88d7ba60c41891dd36607f6cc00
Author: Mathieu Othacehe <[email protected]>
AuthorDate: Sat Jan 30 14:27:51 2021 +0100
gnu: cuirass: Update to 0.0.1-60.1e8d075.
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-60.1e8d075.
---
gnu/packages/ci.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/ci.scm b/gnu/packages/ci.scm
index b32514c..6b04d19 100644
--- a/gnu/packages/ci.scm
+++ b/gnu/packages/ci.scm
@@ -48,8 +48,8 @@
#:use-module (guix build-system gnu))
(define-public cuirass
- (let ((commit "68532aee908954887bfd6393009485d5bbb94ea2")
- (revision "59"))
+ (let ((commit "1e8d075d706adb192eeb07302542448b4341fdf0")
+ (revision "60"))
(package
(name "cuirass")
(version (git-version "0.0.1" revision commit))
@@ -61,7 +61,7 @@
(file-name (git-file-name name version))
(sha256
(base32
- "0p6d04xnw6djp8wfr6wh6jx2v3nh9pcw57bgbvv6rk26xy6q69nf"))))
+ "0nwrdj253wdqdrq83iv8i9prqzs9nncm8j6ncvd7ssscw7v1qjsa"))))
(build-system gnu-build-system)
(arguments
'(#:modules ((guix build utils)