mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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:
parent
4b1c271e24
commit
1beb46f9b2
1 changed files with 2 additions and 2 deletions
|
@ -280,7 +280,7 @@ (define-public nsq
|
||||||
(define-public corosync
|
(define-public corosync
|
||||||
(package
|
(package
|
||||||
(name "corosync")
|
(name "corosync")
|
||||||
(version "3.1.6")
|
(version "3.1.8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -289,7 +289,7 @@ (define-public corosync
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"03g3qnm5acmk7jry6kspvkssbiv8k39749bic2f0cj3ckkwy2li4"))))
|
"02imkif6lzhr8mwbwphdp4m6w987pqnrhai8zx06vpygiasx6cyp"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:configure-flags #~'("--disable-static")
|
(list #:configure-flags #~'("--disable-static")
|
||||||
|
|
Loading…
Reference in a new issue