1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: pacemaker: Update to 2.1.10.

* gnu/packages/high-availability.scm (pacemaker): Update to 2.1.10.

Change-Id: I5b3d035c6643ad61bedc94d6fe2eb985f78f3981
This commit is contained in:
Sharlatan Hellseher
2025-11-02 22:26:00 +00:00
parent a4561cd892
commit 0363624b52

View File

@@ -477,7 +477,7 @@ lost.
(define-public pacemaker
(package
(name "pacemaker")
(version "2.1.9")
(version "2.1.10") ;final for 2.*.* series
(source (origin
(method git-fetch)
(uri (git-reference
@@ -486,7 +486,7 @@ lost.
(file-name (git-file-name name version))
(sha256
(base32
"154wnh7yrblq3jlcyqy19yvncjcy5sh73nphakhm0kq8qq64m208"))))
"0b9d2i22ghyjarwi1c596q5mf7gj1k04k784hnmrd2d4x9hgv9ax"))))
(build-system gnu-build-system)
(arguments
(list #:configure-flags #~(list "--with-corosync" "--disable-static"