3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-shortread: Update to 1.44.1.

* gnu/packages/bioinformatics.scm (r-shortread): Update to 1.44.1.
This commit is contained in:
Ricardo Wurmus 2019-12-27 20:31:00 +01:00
parent abfe3c5aa2
commit 827d0fa846
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6922,14 +6922,14 @@ testing and other simple calculations.")
(define-public r-shortread
(package
(name "r-shortread")
(version "1.44.0")
(version "1.44.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "ShortRead" version))
(sha256
(base32
"18v2khq53za1m8i9va1z4wynah55gccbb42nq769vdcw7bl80wpa"))))
"1dh3q83hmi4l72vpif6dn51dzbi9ljrjgkq2zxg4sqy2jxv4vwza"))))
(properties `((upstream-name . "ShortRead")))
(build-system r-build-system)
(inputs