me
/
guix
Archived
1
0
Fork 0

gnu: r-shortread: Update to 1.58.0.

* gnu/packages/bioconductor.scm (r-shortread): Update to 1.58.0.
master
Ricardo Wurmus 2023-04-28 18:00:00 +02:00
parent 7c53819208
commit 8db5bea2ba
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8940,14 +8940,14 @@ methylation array data. Both the 450k and EPIC array are supported.")
(define-public r-shortread
(package
(name "r-shortread")
(version "1.56.1")
(version "1.58.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "ShortRead" version))
(sha256
(base32
"1dvnjjc6cwn9wicki3ff3w3zx7i0szj0lnfw4n6lbmipg4ia5bkb"))))
"0wpr3ksr7j5yk6m1zaa47dwdgznajsz8as4p9vf7schaqvhq1wc4"))))
(properties `((upstream-name . "ShortRead")))
(build-system r-build-system)
(inputs