mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: r-abseqr: Update to 1.4.0.
* gnu/packages/bioconductor.scm (r-abseqr): Update to 1.4.0.
This commit is contained in:
parent
32b471f4a7
commit
aef4b34669
1 changed files with 2 additions and 2 deletions
|
@ -3658,14 +3658,14 @@ (define-public r-a4
|
||||||
(define-public r-abseqr
|
(define-public r-abseqr
|
||||||
(package
|
(package
|
||||||
(name "r-abseqr")
|
(name "r-abseqr")
|
||||||
(version "1.2.0")
|
(version "1.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "abseqR" version))
|
(uri (bioconductor-uri "abseqR" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0cbjm7cxjfrkwqhcrrh93w0zf3skmi2p9hyx7acg0ym5fz0ic51r"))))
|
"1n9h5qkj4njr1f8fvhg9sj9wxcd7hljnnk8m80zwswzs2n9ivppa"))))
|
||||||
(properties `((upstream-name . "abseqR")))
|
(properties `((upstream-name . "abseqR")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in a new issue