me
/
guix
Archived
1
0
Fork 0

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: I06850f5a33fd9366ff890345cdd8d60155617c63
master
Maxim Cournoyer 2024-05-15 21:25:57 -04:00
parent 4901f1b604
commit e66b8d0534
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 9 additions and 4 deletions

View File

@ -60,8 +60,8 @@
#:use-module ((guix search-paths) #:select ($SSL_CERT_DIR)))
(define-public cuirass
(let ((commit "7bcd3d079f0ec45ac50f0dbc14eb4ec68c6a6b53")
(revision "2"))
(let ((commit "42b55a17df694ca94008aa76762d2cdc92b6b193")
(revision "3"))
(package
(name "cuirass")
(version (git-version "1.2.0" revision commit))
@ -74,7 +74,7 @@
(file-name (git-file-name name version))
(sha256
(base32
"0x92dsck8ryyqz5cbs6i11wdrsbagrl85jddzc52rmwzqzrig9j2"))))
"0pis03s3r5z9mz2ag10d53gak4r53nhimy18v5jyfzg4f6smn6vx"))))
(build-system gnu-build-system)
(arguments
(list #:modules `((guix build utils)
@ -153,7 +153,12 @@
guix))
(native-inputs
(list autoconf-2.71 automake pkg-config texinfo ephemeralpg))
(list autoconf-2.71
automake
pkg-config
texinfo
ephemeralpg
esbuild))
(native-search-paths
;; For HTTPS access, Cuirass itself honors these variables, with the
;; same semantics as Git and OpenSSL (respectively).