me
/
guix
Archived
1
0
Fork 0

gnu: r-shortread: Update to 1.44.0.

* gnu/packages/bioinformatics.scm (r-shortread): Update to 1.44.0.
master
Ricardo Wurmus 2019-12-15 15:15:57 +01:00
parent 58fd68b299
commit f29c9f0d33
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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