gnu: cuirass: Update to 1.2.0-3.42b55a1.
* gnu/packages/ci.scm (cuirass): Update to 1.2.0-3.42b55a1, fixing build. Change-Id: I06850f5a33fd9366ff890345cdd8d60155617c63master
parent
4901f1b604
commit
e66b8d0534
|
@ -60,8 +60,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 "7bcd3d079f0ec45ac50f0dbc14eb4ec68c6a6b53")
|
(let ((commit "42b55a17df694ca94008aa76762d2cdc92b6b193")
|
||||||
(revision "2"))
|
(revision "3"))
|
||||||
(package
|
(package
|
||||||
(name "cuirass")
|
(name "cuirass")
|
||||||
(version (git-version "1.2.0" revision commit))
|
(version (git-version "1.2.0" revision commit))
|
||||||
|
@ -74,7 +74,7 @@
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0x92dsck8ryyqz5cbs6i11wdrsbagrl85jddzc52rmwzqzrig9j2"))))
|
"0pis03s3r5z9mz2ag10d53gak4r53nhimy18v5jyfzg4f6smn6vx"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:modules `((guix build utils)
|
(list #:modules `((guix build utils)
|
||||||
|
@ -153,7 +153,12 @@
|
||||||
|
|
||||||
guix))
|
guix))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list autoconf-2.71 automake pkg-config texinfo ephemeralpg))
|
(list autoconf-2.71
|
||||||
|
automake
|
||||||
|
pkg-config
|
||||||
|
texinfo
|
||||||
|
ephemeralpg
|
||||||
|
esbuild))
|
||||||
(native-search-paths
|
(native-search-paths
|
||||||
;; For HTTPS access, Cuirass itself honors these variables, with the
|
;; For HTTPS access, Cuirass itself honors these variables, with the
|
||||||
;; same semantics as Git and OpenSSL (respectively).
|
;; same semantics as Git and OpenSSL (respectively).
|
||||||
|
|
Reference in New Issue