gnu: bbmap: Update to 39.01.

* gnu/packages/bioinformatics.scm (bbmap): Update to 39.01.
This commit is contained in:
Ricardo Wurmus 2023-01-06 15:12:07 +01:00
parent f72dc615ab
commit 1dd8359fa2
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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