diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-25 14:19:05 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-25 14:19:05 +0000 |
| commit | 93c02e1f96474a230aecd5229619de5887080ee2 (patch) | |
| tree | 7e1d8fb48a5fb260b3ddffbf820450124dfad154 /gnu/packages/high-availability.scm | |
| parent | 5f2265e25f82dc71062077983a7237eb6d36e8e1 (diff) | |
gnu: corosync: Update to 3.1.9.
* gnu/packages/high-availability.scm (corosync): Update to 3.1.9.
Change-Id: I4c4bc84554972675192212d8d10964bc14e0b5a2
Diffstat (limited to 'gnu/packages/high-availability.scm')
| -rw-r--r-- | gnu/packages/high-availability.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/high-availability.scm b/gnu/packages/high-availability.scm index 172dba391aa..d8488e8af25 100644 --- a/gnu/packages/high-availability.scm +++ b/gnu/packages/high-availability.scm | |||
| @@ -329,7 +329,7 @@ instrumentation | |||
| 329 | (define-public corosync | 329 | (define-public corosync |
| 330 | (package | 330 | (package |
| 331 | (name "corosync") | 331 | (name "corosync") |
| 332 | (version "3.1.8") | 332 | (version "3.1.9") |
| 333 | (source (origin | 333 | (source (origin |
| 334 | (method git-fetch) | 334 | (method git-fetch) |
| 335 | (uri (git-reference | 335 | (uri (git-reference |
| @@ -338,7 +338,7 @@ instrumentation | |||
| 338 | (file-name (git-file-name name version)) | 338 | (file-name (git-file-name name version)) |
| 339 | (sha256 | 339 | (sha256 |
| 340 | (base32 | 340 | (base32 |
| 341 | "02imkif6lzhr8mwbwphdp4m6w987pqnrhai8zx06vpygiasx6cyp")))) | 341 | "1l6vgn61q3qv439lrdb9nnbkx5yvda6hy9da0jf3bggjdwqq9g3a")))) |
| 342 | (build-system gnu-build-system) | 342 | (build-system gnu-build-system) |
| 343 | (arguments | 343 | (arguments |
| 344 | (list #:configure-flags #~'("--disable-static") | 344 | (list #:configure-flags #~'("--disable-static") |
