mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: bbmap: Update to 39.01.
* gnu/packages/bioinformatics.scm (bbmap): Update to 39.01.
This commit is contained in:
parent
f72dc615ab
commit
1dd8359fa2
1 changed files with 2 additions and 2 deletions
|
@ -14523,14 +14523,14 @@ (define-public python-pyfit-sne
|
||||||
(define-public bbmap
|
(define-public bbmap
|
||||||
(package
|
(package
|
||||||
(name "bbmap")
|
(name "bbmap")
|
||||||
(version "38.90")
|
(version "39.01")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"mirror://sourceforge/bbmap/BBMap_" version ".tar.gz"))
|
"mirror://sourceforge/bbmap/BBMap_" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wb94bcc006qq86x77z2rz0lc8m9f1kpnw6gdhjfg9bdaqf56rm3"))))
|
"1rlkw2mlkn699dk9n5lnigmvwq3zr2f8hnq9plx7zi1h06jqsq4q"))))
|
||||||
(build-system ant-build-system)
|
(build-system ant-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Reference in a new issue