diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-07-30 20:42:17 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-07-30 20:57:19 +0200 |
| commit | e3bc81ffb857612ebe14762ce2ae37b9a5acb2b4 (patch) | |
| tree | b3307cf8f8df2c34037407c42b1a592e9a7a97ab | |
| parent | 05bfad202ff039a6fbebc253a98c9232a0c2285a (diff) | |
gnu: imp: Update to 2.23.0.
* gnu/packages/bioinformatics.scm (imp): Update to 2.23.0.
[inputs]: Add cereal.
Change-Id: I8ceeeaa93aec0df69eda6d6193f9a87a0202bbad
| -rw-r--r-- | gnu/packages/bioinformatics.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index c92a5c5298f..9bf9e3e6c1a 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 |
