mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: cuirass: Update to 0.0.1-56.697fa14.
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-56.697fa14.
This commit is contained in:
parent
ab58b2cc32
commit
2dd4f389c7
1 changed files with 4 additions and 4 deletions
|
@ -68,8 +68,8 @@ (define-public guile-sqlite3-dev
|
||||||
(file-name (string-append name "-" version "-checkout")))))))
|
(file-name (string-append name "-" version "-checkout")))))))
|
||||||
|
|
||||||
(define-public cuirass
|
(define-public cuirass
|
||||||
(let ((commit "fd432b8e8f449d691773e96e7d90f44761e01aa3")
|
(let ((commit "697fa14584551d9595cd042f1ffeba240e45a127")
|
||||||
(revision "55"))
|
(revision "56"))
|
||||||
(package
|
(package
|
||||||
(name "cuirass")
|
(name "cuirass")
|
||||||
(version (git-version "0.0.1" revision commit))
|
(version (git-version "0.0.1" revision commit))
|
||||||
|
@ -81,7 +81,7 @@ (define-public cuirass
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"10j3w3px0250avwry2x8wsa0m0plvm957g4qqgnajsbc9gvka554"))))
|
"0gw9cja8fiyra9vnn3y384gwanvsqdq6gwjcvmz91sy5lvfwv34m"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:modules ((guix build utils)
|
'(#:modules ((guix build utils)
|
||||||
|
@ -94,7 +94,7 @@ (define-public cuirass
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'disable-repo-tests
|
(add-after 'unpack 'disable-repo-tests
|
||||||
(λ _
|
(lambda _
|
||||||
;; Disable tests that use a connection to the Guix daemon.
|
;; Disable tests that use a connection to the Guix daemon.
|
||||||
(substitute* "Makefile.am"
|
(substitute* "Makefile.am"
|
||||||
(("tests/repo.scm \\\\") "\\"))
|
(("tests/repo.scm \\\\") "\\"))
|
||||||
|
|
Loading…
Reference in a new issue