gnu: r-shortread: Update to 1.46.0.
* gnu/packages/bioinformatics.scm (r-shortread): Update to 1.46.0.master
parent
3d2899dab5
commit
681cca95b3
|
@ -7204,14 +7204,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.3")
|
(version "1.46.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "ShortRead" version))
|
(uri (bioconductor-uri "ShortRead" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ykyrj4g6vc67d5s46sp4659qvar2iavflzhggm79w4p50hxia4s"))))
|
"0l4kdln69y6yhln0xiv2jmpxg05fjcglln406p43a2bqvk2lr03d"))))
|
||||||
(properties `((upstream-name . "ShortRead")))
|
(properties `((upstream-name . "ShortRead")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Reference in New Issue