mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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:
parent
5f2265e25f
commit
93c02e1f96
1 changed files with 2 additions and 2 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue