summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-01-18 21:26:28 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-01-18 21:26:28 +0000
commit1beb46f9b25b0af21e4c4cc784c7504a1d7c9075 (patch)
tree7708194ac0659f8eb319a7a5de3e897ac97cad7f /gnu/packages
parent4b1c271e24af3725cf4322da5b5d95019f502f78 (diff)
gnu: corosync: Update to 3.1.8.
* gnu/packages/high-availability.scm (corosync): Update to 3.1.8. Change-Id: Iaf623ccf3a75cd8aac007a5425d245f9c238789c
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/high-availability.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/high-availability.scm b/gnu/packages/high-availability.scm
index 08bd78c2430..280c9bd1e72 100644
--- a/gnu/packages/high-availability.scm
+++ b/gnu/packages/high-availability.scm
@@ -280,7 +280,7 @@ instrumentation
280(define-public corosync 280(define-public corosync
281 (package 281 (package
282 (name "corosync") 282 (name "corosync")
283 (version "3.1.6") 283 (version "3.1.8")
284 (source (origin 284 (source (origin
285 (method git-fetch) 285 (method git-fetch)
286 (uri (git-reference 286 (uri (git-reference
@@ -289,7 +289,7 @@ instrumentation
289 (file-name (git-file-name name version)) 289 (file-name (git-file-name name version))
290 (sha256 290 (sha256
291 (base32 291 (base32
292 "03g3qnm5acmk7jry6kspvkssbiv8k39749bic2f0cj3ckkwy2li4")))) 292 "02imkif6lzhr8mwbwphdp4m6w987pqnrhai8zx06vpygiasx6cyp"))))
293 (build-system gnu-build-system) 293 (build-system gnu-build-system)
294 (arguments 294 (arguments
295 (list #:configure-flags #~'("--disable-static") 295 (list #:configure-flags #~'("--disable-static")