gnu: r-shortread: Update to 1.62.0.

* gnu/packages/bioconductor.scm (r-shortread): Update to 1.62.0.
[propagated-inputs]: Add r-pwalign.

Change-Id: If2d4d238f239f2acda2f8bffc29851dbfa5e6242
This commit is contained in:
Ricardo Wurmus 2024-05-07 12:59:20 +02:00
parent 3919266295
commit 04949bab4a
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -11433,14 +11433,14 @@ (define-public r-shinymethyl
(define-public r-shortread
(package
(name "r-shortread")
(version "1.60.0")
(version "1.62.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "ShortRead" version))
(sha256
(base32
"0fgiszb5qhplppfngpi4s33sx62ff5sdhd6n31a3b6l7fnlvk51m"))))
"0x5iqx2k2xs5rwjch0bpcb8pgc0nhb571991yahdr8hsxwbas3jm"))))
(properties `((upstream-name . "ShortRead")))
(build-system r-build-system)
(inputs
@ -11457,6 +11457,7 @@ (define-public r-shortread
r-iranges
r-lattice
r-latticeextra
r-pwalign
r-rhtslib
r-rsamtools
r-s4vectors