mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: r-shortread: Update to 1.32.0.
* gnu/packages/bioinformatics.scm (r-shortread): Update to 1.32.0.
This commit is contained in:
parent
ae6899b683
commit
b87b41a74d
1 changed files with 2 additions and 2 deletions
|
@ -5451,14 +5451,14 @@ (define-public r-gostats
|
||||||
(define-public r-shortread
|
(define-public r-shortread
|
||||||
(package
|
(package
|
||||||
(name "r-shortread")
|
(name "r-shortread")
|
||||||
(version "1.30.0")
|
(version "1.32.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
|
||||||
"0qlxns4bhwfpafx3km2lnivgl2qyp7n4g1ardm6vrinpq8paxbjg"))))
|
"0mjdlg92x5qw4x2djc4dv5lxwl7ai6ix56nnf86zr07jk8vc7yls"))))
|
||||||
(properties `((upstream-name . "ShortRead")))
|
(properties `((upstream-name . "ShortRead")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in a new issue