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