mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: imp: Update to 2.23.0.
* gnu/packages/bioinformatics.scm (imp): Update to 2.23.0. [inputs]: Add cereal. Change-Id: I8ceeeaa93aec0df69eda6d6193f9a87a0202bbad
This commit is contained in:
parent
05bfad202f
commit
e3bc81ffb8
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue