mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-shortread: Update to 1.54.0.
* gnu/packages/bioconductor.scm (r-shortread): Update to 1.54.0.
This commit is contained in:
parent
27588f020d
commit
6d2b2e0ad9
1 changed files with 2 additions and 2 deletions
|
@ -5147,14 +5147,14 @@ (define-public r-seqpattern
|
|||
(define-public r-shortread
|
||||
(package
|
||||
(name "r-shortread")
|
||||
(version "1.52.0")
|
||||
(version "1.54.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ShortRead" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1p17v15wd3v6w9ligpjjk28vy8k2ql57y2hhm8y6vnv9y3nagjsx"))))
|
||||
"0303198b4v2wjah9kc829kn01030996l6di4jpf8q5ccd212rjhq"))))
|
||||
(properties `((upstream-name . "ShortRead")))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue