gnu: corosync: Update to 3.1.8.

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

Change-Id: Iaf623ccf3a75cd8aac007a5425d245f9c238789c
This commit is contained in:
Sharlatan Hellseher 2024-01-18 21:26:28 +00:00
parent 4b1c271e24
commit 1beb46f9b2
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -280,7 +280,7 @@ (define-public nsq
(define-public corosync
(package
(name "corosync")
(version "3.1.6")
(version "3.1.8")
(source (origin
(method git-fetch)
(uri (git-reference
@ -289,7 +289,7 @@ (define-public corosync
(file-name (git-file-name name version))
(sha256
(base32
"03g3qnm5acmk7jry6kspvkssbiv8k39749bic2f0cj3ckkwy2li4"))))
"02imkif6lzhr8mwbwphdp4m6w987pqnrhai8zx06vpygiasx6cyp"))))
(build-system gnu-build-system)
(arguments
(list #:configure-flags #~'("--disable-static")