mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 07:58:01 -05:00
gnu: r-abseqr: Update to 1.20.0.
* gnu/packages/bioconductor.scm (r-abseqr): Update to 1.20.0. Change-Id: Id4fea6a81954388c46417e1de5ea5c3b54b60025
This commit is contained in:
parent
d478ba2bfb
commit
0282bb3aa6
1 changed files with 2 additions and 2 deletions
|
@ -15266,14 +15266,14 @@ (define-public r-a4
|
|||
(define-public r-abseqr
|
||||
(package
|
||||
(name "r-abseqr")
|
||||
(version "1.18.0")
|
||||
(version "1.20.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "abseqR" version))
|
||||
(sha256
|
||||
(base32
|
||||
"05kcwmv3d59lrdnpi82701biwawnnpfvpwr170xdi3hfdff6g59c"))))
|
||||
"0s865nahgm0by2nvjydkjlhkj2sxmrvcrhw7rmm46ld4g10xsrc8"))))
|
||||
(properties `((upstream-name . "abseqR")))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue