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 | 51cc44d41448258ac9cd50aebd9f6014ab94c4d8 (patch) | |
| tree | e2ae6404a3faeabbaa6dbfb09c9aa9b6d151a3f3 /gnu | |
| parent | 93c02e1f96474a230aecd5229619de5887080ee2 (diff) | |
gnu: pacemaker: Update to 2.1.9.
* gnu/packages/high-availability.scm (pacemaker): Update to 2.1.9.
Change-Id: Idc1dfe6a41966dfee7d4f5467bfafa542119bc9e
Diffstat (limited to 'gnu')
| -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 d8488e8af25..677b2b49aee 100644 --- a/gnu/packages/high-availability.scm +++ b/gnu/packages/high-availability.scm | |||
| @@ -378,7 +378,7 @@ lost. | |||
| 378 | (define-public pacemaker | 378 | (define-public pacemaker |
| 379 | (package | 379 | (package |
| 380 | (name "pacemaker") | 380 | (name "pacemaker") |
| 381 | (version "2.1.7") | 381 | (version "2.1.9") |
| 382 | (source (origin | 382 | (source (origin |
| 383 | (method git-fetch) | 383 | (method git-fetch) |
| 384 | (uri (git-reference | 384 | (uri (git-reference |
| @@ -387,7 +387,7 @@ lost. | |||
| 387 | (file-name (git-file-name name version)) | 387 | (file-name (git-file-name name version)) |
| 388 | (sha256 | 388 | (sha256 |
| 389 | (base32 | 389 | (base32 |
| 390 | "0vhimylbkwabi0hksgs66awn9iq3ik02k1n4xghxh81nhz7kjmdz")))) | 390 | "154wnh7yrblq3jlcyqy19yvncjcy5sh73nphakhm0kq8qq64m208")))) |
| 391 | (build-system gnu-build-system) | 391 | (build-system gnu-build-system) |
| 392 | (arguments | 392 | (arguments |
| 393 | (list #:configure-flags #~(list "--with-corosync" "--disable-static" | 393 | (list #:configure-flags #~(list "--with-corosync" "--disable-static" |
