mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -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
|
(define-public r-abseqr
|
||||||
(package
|
(package
|
||||||
(name "r-abseqr")
|
(name "r-abseqr")
|
||||||
(version "1.18.0")
|
(version "1.20.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
|
||||||
"05kcwmv3d59lrdnpi82701biwawnnpfvpwr170xdi3hfdff6g59c"))))
|
"0s865nahgm0by2nvjydkjlhkj2sxmrvcrhw7rmm46ld4g10xsrc8"))))
|
||||||
(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