me
/
guix
Archived
1
0
Fork 0

gnu: cuirass: Update to 2365ba78.

* gnu/packages/ci.scm (cuirass): Update to 2365ba78.

Change-Id: Ie7c7b59ec10bb819c5f48fc0240c72d4c7089e82
master
Ludovic Courtès 2024-07-05 17:21:57 +02:00
parent 5ee2799cab
commit 922e943059
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 3 deletions

View File

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