mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: cuirass: Update to e96f088.
* gnu/packages/ci.scm (cuirass): Update to e96f088. Change-Id: I04a37825be998edfea0d9313c97baa395a11418b
This commit is contained in:
parent
092467b3b6
commit
8e51e0df31
1 changed files with 3 additions and 3 deletions
|
@ -61,8 +61,8 @@
|
||||||
#:use-module ((guix search-paths) #:select ($SSL_CERT_DIR)))
|
#:use-module ((guix search-paths) #:select ($SSL_CERT_DIR)))
|
||||||
|
|
||||||
(define-public cuirass
|
(define-public cuirass
|
||||||
(let ((commit "fc4624cdac28f013e5a31165cb64ecb5e4f6de41")
|
(let ((commit "e96f0887923d4d1cd4e35073fcffdb978d7e1e10")
|
||||||
(revision "10"))
|
(revision "11"))
|
||||||
(package
|
(package
|
||||||
(name "cuirass")
|
(name "cuirass")
|
||||||
(version (git-version "1.2.0" revision commit))
|
(version (git-version "1.2.0" revision commit))
|
||||||
|
@ -75,7 +75,7 @@
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0rjd27jzahv4cl4qw9zpx2b0cniziqd6wxc4dr6dc9x8c561fs8g"))))
|
"0kh7q4nrphglhl5v469612gh1d5g7fliyv1nfl3103avpckidp05"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:modules `((guix build utils)
|
(list #:modules `((guix build utils)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue