gnu: r-shortread: Update to 1.44.1.
* gnu/packages/bioinformatics.scm (r-shortread): Update to 1.44.1.master
parent
abfe3c5aa2
commit
827d0fa846
|
@ -6922,14 +6922,14 @@ testing and other simple calculations.")
|
||||||
(define-public r-shortread
|
(define-public r-shortread
|
||||||
(package
|
(package
|
||||||
(name "r-shortread")
|
(name "r-shortread")
|
||||||
(version "1.44.0")
|
(version "1.44.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "ShortRead" version))
|
(uri (bioconductor-uri "ShortRead" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"18v2khq53za1m8i9va1z4wynah55gccbb42nq769vdcw7bl80wpa"))))
|
"1dh3q83hmi4l72vpif6dn51dzbi9ljrjgkq2zxg4sqy2jxv4vwza"))))
|
||||||
(properties `((upstream-name . "ShortRead")))
|
(properties `((upstream-name . "ShortRead")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Reference in New Issue