diff options
| author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-05-15 21:25:57 -0400 |
|---|---|---|
| committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-05-15 21:57:48 -0400 |
| commit | e66b8d0534acc55264470cf22fe0af111df52347 (patch) | |
| tree | 1d4aae593a7e0ab0e504812fb96ebe28aeda005c /gnu/packages | |
| parent | 4901f1b60499cf68362fa81e006c4fe633240e04 (diff) | |
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
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/ci.scm | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/gnu/packages/ci.scm b/gnu/packages/ci.scm index 39081283612..eed34676d07 100644 --- a/gnu/packages/ci.scm +++ b/gnu/packages/ci.scm | |||
| @@ -60,8 +60,8 @@ | |||
| 60 | #:use-module ((guix search-paths) #:select ($SSL_CERT_DIR))) | 60 | #:use-module ((guix search-paths) #:select ($SSL_CERT_DIR))) |
| 61 | 61 | ||
| 62 | (define-public cuirass | 62 | (define-public cuirass |
| 63 | (let ((commit "7bcd3d079f0ec45ac50f0dbc14eb4ec68c6a6b53") | 63 | (let ((commit "42b55a17df694ca94008aa76762d2cdc92b6b193") |
| 64 | (revision "2")) | 64 | (revision "3")) |
| 65 | (package | 65 | (package |
| 66 | (name "cuirass") | 66 | (name "cuirass") |
| 67 | (version (git-version "1.2.0" revision commit)) | 67 | (version (git-version "1.2.0" revision commit)) |
| @@ -74,7 +74,7 @@ | |||
| 74 | (file-name (git-file-name name version)) | 74 | (file-name (git-file-name name version)) |
| 75 | (sha256 | 75 | (sha256 |
| 76 | (base32 | 76 | (base32 |
| 77 | "0x92dsck8ryyqz5cbs6i11wdrsbagrl85jddzc52rmwzqzrig9j2")))) | 77 | "0pis03s3r5z9mz2ag10d53gak4r53nhimy18v5jyfzg4f6smn6vx")))) |
| 78 | (build-system gnu-build-system) | 78 | (build-system gnu-build-system) |
| 79 | (arguments | 79 | (arguments |
| 80 | (list #:modules `((guix build utils) | 80 | (list #:modules `((guix build utils) |
| @@ -153,7 +153,12 @@ | |||
| 153 | 153 | ||
| 154 | guix)) | 154 | guix)) |
| 155 | (native-inputs | 155 | (native-inputs |
| 156 | (list autoconf-2.71 automake pkg-config texinfo ephemeralpg)) | 156 | (list autoconf-2.71 |
| 157 | automake | ||
| 158 | pkg-config | ||
| 159 | texinfo | ||
| 160 | ephemeralpg | ||
| 161 | esbuild)) | ||
| 157 | (native-search-paths | 162 | (native-search-paths |
| 158 | ;; For HTTPS access, Cuirass itself honors these variables, with the | 163 | ;; For HTTPS access, Cuirass itself honors these variables, with the |
| 159 | ;; same semantics as Git and OpenSSL (respectively). | 164 | ;; same semantics as Git and OpenSSL (respectively). |
