guix_mirror_bot pushed a commit to branch master
in repository guix.

commit e3bc81ffb857612ebe14762ce2ae37b9a5acb2b4
Author: Andreas Enge <[email protected]>
AuthorDate: Wed Jul 30 20:42:17 2025 +0200

    gnu: imp: Update to 2.23.0.
    
    * gnu/packages/bioinformatics.scm (imp): Update to 2.23.0.
    [inputs]: Add cereal.
    
    Change-Id: I8ceeeaa93aec0df69eda6d6193f9a87a0202bbad
---
 gnu/packages/bioinformatics.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index c92a5c5298..9bf9e3e6c1 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -16251,7 +16251,7 @@ dispersal.  Its output can be processed by 
treeannotator (from the
 (define-public imp
   (package
     (name "imp")
-    (version "2.15.0")
+    (version "2.23.0")
     (source
      (origin
        (method url-fetch)
@@ -16259,7 +16259,7 @@ dispersal.  Its output can be processed by 
treeannotator (from the
                            version "/download/imp-" version ".tar.gz"))
        (sha256
         (base32
-         "05hsrnkpkajppa3f45x4qsarnkj616hlby749zxg4is3bv4i6b5y"))))
+         "080z50iq1f3nmkccy2i5hj0i34j26sbwcaqizcbljji9mvp0nc0q"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #false ; The test suite is notoriously fickle
@@ -16284,6 +16284,7 @@ dispersal.  Its output can be processed by 
treeannotator (from the
      (list python-wrapper swig))
     (inputs
      (list boost-for-mysql
+           cereal
            cgal
            gsl
            hdf5

Reply via email to