gnu: corosync: Update to 3.1.9.

* gnu/packages/high-availability.scm (corosync): Update to 3.1.9.

Change-Id: I4c4bc84554972675192212d8d10964bc14e0b5a2
This commit is contained in:
Sharlatan Hellseher 2024-12-25 14:19:05 +00:00
parent 5f2265e25f
commit 93c02e1f96
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -329,7 +329,7 @@ instrumentation
(define-public corosync
(package
(name "corosync")
(version "3.1.8")
(version "3.1.9")
(source (origin
(method git-fetch)
(uri (git-reference
@ -338,7 +338,7 @@ instrumentation
(file-name (git-file-name name version))
(sha256
(base32
"02imkif6lzhr8mwbwphdp4m6w987pqnrhai8zx06vpygiasx6cyp"))))
"1l6vgn61q3qv439lrdb9nnbkx5yvda6hy9da0jf3bggjdwqq9g3a"))))
(build-system gnu-build-system)
(arguments
(list #:configure-flags #~'("--disable-static")