mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: pacemaker: Update to 2.1.9.
* gnu/packages/high-availability.scm (pacemaker): Update to 2.1.9. Change-Id: Idc1dfe6a41966dfee7d4f5467bfafa542119bc9e
This commit is contained in:
parent
93c02e1f96
commit
51cc44d414
1 changed files with 2 additions and 2 deletions
|
@ -378,7 +378,7 @@ lost.
|
|||
(define-public pacemaker
|
||||
(package
|
||||
(name "pacemaker")
|
||||
(version "2.1.7")
|
||||
(version "2.1.9")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -387,7 +387,7 @@ lost.
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0vhimylbkwabi0hksgs66awn9iq3ik02k1n4xghxh81nhz7kjmdz"))))
|
||||
"154wnh7yrblq3jlcyqy19yvncjcy5sh73nphakhm0kq8qq64m208"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:configure-flags #~(list "--with-corosync" "--disable-static"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue