This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new df7c77aa9f gnu: libsbml: Update to 5.20.5.
df7c77aa9f is described below

commit df7c77aa9f9f44eb42487c5c4b15d255563359d0
Author: Andreas Enge <[email protected]>
AuthorDate: Wed Oct 22 22:04:37 2025 +0200

    gnu: libsbml: Update to 5.20.5.
    
    * gnu/packages/bioinformatics.scm (libsbml): Update to 5.20.5.
    [source]: Switch to git-fetch.
    
    Change-Id: Idee7f2826c8c863482b048ab5500526e6c10e0f5
---
 gnu/packages/bioinformatics.scm | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index eac62ffcc1..067fb5cb86 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -23528,15 +23528,16 @@ The output is in SAM format.")
 (define-public libsbml
   (package
     (name "libsbml")
-    (version "5.18.0")
+    (version "5.20.5")
     (source (origin
-              (method url-fetch)
-              (uri (string-append "mirror://sourceforge/sbml/libsbml/"
-                                  version "/stable/libSBML-"
-                                  version "-core-src.tar.gz"))
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/sbmlteam/libsbml";)
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
               (sha256
                (base32
-                "0slkagrk3nfi2qsksv6b1brj6zhx4bj4bkib2sdycvrcd10ql2lh"))))
+                "1bzsgwblh5l15xxy7kpdwiya5kwm26sj6daqr9i93h04manpqmfw"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags

Reply via email to