guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 9ceefcd491731c9f6fcb95e3d8289b5cc4e5205f
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Feb 6 00:02:28 2026 +0000

    gnu: corosync: Update to 3.1.10.
    
    * gnu/packages/high-availability.scm (corosync): Update to 3.1.10.
    
    Change-Id: I8d1d7aa20656ad4c8025984b05524abfbc4d1ae6
---
 gnu/packages/high-availability.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/high-availability.scm 
b/gnu/packages/high-availability.scm
index a231b70c99..dfe9e6ca32 100644
--- a/gnu/packages/high-availability.scm
+++ b/gnu/packages/high-availability.scm
@@ -2,7 +2,7 @@
 ;;; Copyright © 2018 Christopher Baines <[email protected]>
 ;;; Copyright © 2020 Brice Waegeneire <[email protected]>
 ;;; Copyright © 2020, 2022 Tobias Geerinckx-Rice <[email protected]>
-;;; Copyright © 2022, 2024, 2025 Sharlatan Hellseher <[email protected]>
+;;; Copyright © 2022, 2024-2026  Sharlatan Hellseher <[email protected]>
 ;;; Copyright © 2023 Benjamin <[email protected]>
 ;;; Copyright © 2024 jgart <[email protected]>
 ;;; Copyright © 2024 Jordan Moore <[email protected]>
@@ -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")

Reply via email to