summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-02-06 00:02:28 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-02-06 00:06:12 +0000
commit9ceefcd491731c9f6fcb95e3d8289b5cc4e5205f (patch)
tree3ac3b283d85dfcbc76d58476b1b70a82d91af110 /gnu
parentfcdb199e8c3f72aa05a115555c42f45de0e61509 (diff)
gnu: corosync: Update to 3.1.10.
* gnu/packages/high-availability.scm (corosync): Update to 3.1.10. Change-Id: I8d1d7aa20656ad4c8025984b05524abfbc4d1ae6
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/high-availability.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/high-availability.scm b/gnu/packages/high-availability.scm
index a231b70c99b..dfe9e6ca328 100644
--- a/gnu/packages/high-availability.scm
+++ b/gnu/packages/high-availability.scm
@@ -2,7 +2,7 @@
;;; Copyright © 2018 Christopher Baines <mail@cbaines.net>
;;; Copyright © 2020 Brice Waegeneire <brice@waegenei.re>
;;; Copyright © 2020, 2022 Tobias Geerinckx-Rice <me@tobias.gr>
-;;; Copyright © 2022, 2024, 2025 Sharlatan Hellseher <sharlatanus@gmail.com>
+;;; Copyright © 2022, 2024-2026 Sharlatan Hellseher <sharlatanus@gmail.com>
;;; Copyright © 2023 Benjamin <benjamin@uvy.fr>
;;; Copyright © 2024 jgart <jgart@dismail.de>
;;; Copyright © 2024 Jordan Moore <lockbox@struct.foo>
@@ -428,7 +428,7 @@ instrumentation
(define-public corosync
(package
(name "corosync")
- (version "3.1.9")
+ (version "3.1.10")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -437,7 +437,7 @@ instrumentation
(file-name (git-file-name name version))
(sha256
(base32
- "1l6vgn61q3qv439lrdb9nnbkx5yvda6hy9da0jf3bggjdwqq9g3a"))))
+ "12i9a3fgr0dwkb36iwqz8chxm1bc4pkkqcpl9bd7sng8f84g1hjm"))))
(build-system gnu-build-system)
(arguments
(list #:configure-flags #~'("--disable-static")