guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 6981f0adbf5becb63633213063ac943d59148c12
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Aug 7 18:11:04 2025 +0100

    gnu: ivar: Update to 1.4.4, fix build with gcc@14.
    
    * gnu/packages/bioinformatics.scm (ivar): Update to 1.4.4.
    
    Change-Id: Ia7ec6adb465e3256d3f4dfd7e2fb51ae3334261f
---
 gnu/packages/bioinformatics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index a12eef0591..c59c7fa5db 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -23563,7 +23563,7 @@ compute communities on graphs weighted or unweighted.")
 (define-public ivar
   (package
     (name "ivar")
-    (version "1.4.2")
+    (version "1.4.4")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -23572,7 +23572,7 @@ compute communities on graphs weighted or unweighted.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0v3rsak84ilg4iaynwpmmkj507vham5rjk2pfsmylpaqylgc69yx"))))
+                "1bwygjv81m4yv5ycxb5gx22k6njgwrzzs7jrsadq6363klcv4irh"))))
     (build-system gnu-build-system)
     (arguments
      (list

Reply via email to