gnu: cuirass: Update to 0eaf7b6.

* gnu/packages/ci.scm (cuirass): Update to 0eaf7b6.

Change-Id: I56a78c62c91a5b4ca76aa71e7a42eab596e69fdf
This commit is contained in:
Ludovic Courtès 2024-07-10 15:33:41 +02:00
parent 71694363f6
commit e0b0e3dd07
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -60,8 +60,8 @@ (define-module (gnu packages ci)
#:use-module ((guix search-paths) #:select ($SSL_CERT_DIR)))
(define-public cuirass
(let ((commit "2365ba786c805477fcbae6eaeb358b0dd0501598")
(revision "5"))
(let ((commit "0eaf7b69bed87ac8f5ff10ad904a83a025192577")
(revision "6"))
(package
(name "cuirass")
(version (git-version "1.2.0" revision commit))
@ -74,7 +74,7 @@ (define-public cuirass
(file-name (git-file-name name version))
(sha256
(base32
"1ffkn97b3nxfi2lhj7r2jli88xkhxazwn5fk2pyqchmls2ldpj5s"))))
"0kc7jgxsjk0bnd02c09rsbqs82rkwyxjsyzy33cb1c8hblf3fbkg"))))
(build-system gnu-build-system)
(arguments
(list #:modules `((guix build utils)