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 @@
2;;; Copyright © 2018 Christopher Baines <mail@cbaines.net> 2;;; Copyright © 2018 Christopher Baines <mail@cbaines.net>
3;;; Copyright © 2020 Brice Waegeneire <brice@waegenei.re> 3;;; Copyright © 2020 Brice Waegeneire <brice@waegenei.re>
4;;; Copyright © 2020, 2022 Tobias Geerinckx-Rice <me@tobias.gr> 4;;; Copyright © 2020, 2022 Tobias Geerinckx-Rice <me@tobias.gr>
5;;; Copyright © 2022, 2024, 2025 Sharlatan Hellseher <sharlatanus@gmail.com> 5;;; Copyright © 2022, 2024-2026 Sharlatan Hellseher <sharlatanus@gmail.com>
6;;; Copyright © 2023 Benjamin <benjamin@uvy.fr> 6;;; Copyright © 2023 Benjamin <benjamin@uvy.fr>
7;;; Copyright © 2024 jgart <jgart@dismail.de> 7;;; Copyright © 2024 jgart <jgart@dismail.de>
8;;; Copyright © 2024 Jordan Moore <lockbox@struct.foo> 8;;; Copyright © 2024 Jordan Moore <lockbox@struct.foo>
@@ -428,7 +428,7 @@ instrumentation
428(define-public corosync 428(define-public corosync
429 (package 429 (package
430 (name "corosync") 430 (name "corosync")
431 (version "3.1.9") 431 (version "3.1.10")
432 (source (origin 432 (source (origin
433 (method git-fetch) 433 (method git-fetch)
434 (uri (git-reference 434 (uri (git-reference
@@ -437,7 +437,7 @@ instrumentation
437 (file-name (git-file-name name version)) 437 (file-name (git-file-name name version))
438 (sha256 438 (sha256
439 (base32 439 (base32
440 "1l6vgn61q3qv439lrdb9nnbkx5yvda6hy9da0jf3bggjdwqq9g3a")))) 440 "12i9a3fgr0dwkb36iwqz8chxm1bc4pkkqcpl9bd7sng8f84g1hjm"))))
441 (build-system gnu-build-system) 441 (build-system gnu-build-system)
442 (arguments 442 (arguments
443 (list #:configure-flags #~'("--disable-static") 443 (list #:configure-flags #~'("--disable-static")