gnu: r-shortread: Update to 1.36.0.
* gnu/packages/bioinformatics.scm (r-shortread): Update to 1.36.0.master
parent
b53755258a
commit
843826e262
|
@ -5972,14 +5972,14 @@ testing and other simple calculations.")
|
||||||
(define-public r-shortread
|
(define-public r-shortread
|
||||||
(package
|
(package
|
||||||
(name "r-shortread")
|
(name "r-shortread")
|
||||||
(version "1.34.0")
|
(version "1.36.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
|
||||||
"0ayk3d5625ymb5g2gycq6banzqmyd642xrwjzhdshz2dwid7kly8"))))
|
"06mknlsmd4hnaxzdjapgvp2kgdnf9w103y500dsac5jgsz4vwzcz"))))
|
||||||
(properties `((upstream-name . "ShortRead")))
|
(properties `((upstream-name . "ShortRead")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Reference in New Issue