~ruther/guix-local

93c02e1f96474a230aecd5229619de5887080ee2 — Sharlatan Hellseher 1 year, 7 months ago 5f2265e
gnu: corosync: Update to 3.1.9.

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

Change-Id: I4c4bc84554972675192212d8d10964bc14e0b5a2
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/high-availability.scm
M gnu/packages/high-availability.scm => gnu/packages/high-availability.scm +2 -2
@@ 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")