1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-08-02 07:31:28 +02:00

gnu: r-shortread: Update to 1.56.0.

* gnu/packages/bioconductor.scm (r-shortread): Update to 1.56.0.
This commit is contained in:
zimoun
2022-11-17 03:50:13 +01:00
committed by Ricardo Wurmus
parent 1ca80ed5a5
commit 94af5e4e96
+2 -2
View File
@@ -6936,14 +6936,14 @@ reference point and sorted by a user defined feature.")
(define-public r-shortread
(package
(name "r-shortread")
(version "1.54.0")
(version "1.56.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "ShortRead" version))
(sha256
(base32
"0303198b4v2wjah9kc829kn01030996l6di4jpf8q5ccd212rjhq"))))
"0z700mjll3zv3451rd6p5195w0g3rmw17xddc5qwflwm8dnhdmll"))))
(properties `((upstream-name . "ShortRead")))
(build-system r-build-system)
(inputs