me
/
guix
Archived
1
0
Fork 0

gnu: pacemaker: Update to 2.1.7.

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

Change-Id: I5df38ef3c937e6ab3c902afae3525df61d358bb7
master
Sharlatan Hellseher 2024-01-18 21:26:28 +00:00
parent 1beb46f9b2
commit 36846d2801
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 2 additions and 2 deletions

View File

@ -329,7 +329,7 @@ lost.
(define-public pacemaker (define-public pacemaker
(package (package
(name "pacemaker") (name "pacemaker")
(version "2.1.4") (version "2.1.7")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -338,7 +338,7 @@ lost.
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"04gfd7i3w0zbzv7vi7728lgbyjq7cbqpr7jsp501piwg3z5j4mvb")))) "0vhimylbkwabi0hksgs66awn9iq3ik02k1n4xghxh81nhz7kjmdz"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
(list #:configure-flags #~(list "--with-corosync" "--disable-static" (list #:configure-flags #~(list "--with-corosync" "--disable-static"