mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: cuirass: Update to 326264c.
* gnu/packages/ci.scm (cuirass): Update to 326264c.
This commit is contained in:
parent
4d4a5698ec
commit
c91e0f1ab3
1 changed files with 3 additions and 3 deletions
|
@ -187,8 +187,8 @@ (define-public hydra
|
||||||
(license l:gpl3+))))
|
(license l:gpl3+))))
|
||||||
|
|
||||||
(define-public cuirass
|
(define-public cuirass
|
||||||
(let ((commit "aa4c7784940581b5e271b9c7c4ac80b6ee1ee309")
|
(let ((commit "326264c8e9445cb94d7fb33aab5ef93dc99ffe57")
|
||||||
(revision "13"))
|
(revision "14"))
|
||||||
(package
|
(package
|
||||||
(name "cuirass")
|
(name "cuirass")
|
||||||
(version (string-append "0.0.1-" revision "." (string-take commit 7)))
|
(version (string-append "0.0.1-" revision "." (string-take commit 7)))
|
||||||
|
@ -200,7 +200,7 @@ (define-public cuirass
|
||||||
(file-name (string-append name "-" version))
|
(file-name (string-append name "-" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1827vgk47rcgm2x0cxzvg79ni6vazjzr8hr9pljlvbd9awzr7hxp"))))
|
"0l6433l63r1zyq9hg89q9l6zgydm7bm35xdvb0g22w1d6wvi48ls"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:modules ((guix build utils)
|
'(#:modules ((guix build utils)
|
||||||
|
|
Loading…
Reference in a new issue