mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-adductdata: Update to 1.18.0.
* gnu/packages/bioconductor.scm (r-adductdata): Update to 1.18.0. Change-Id: I268b9dde5e1913d17e195a77005e3c28b41f6aca
This commit is contained in:
parent
b6fb97a250
commit
8f70c2352d
1 changed files with 2 additions and 2 deletions
|
@ -1574,12 +1574,12 @@ (define-public r-abadata
|
|||
(define-public r-adductdata
|
||||
(package
|
||||
(name "r-adductdata")
|
||||
(version "1.12.0")
|
||||
(version "1.18.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "adductData" version 'experiment))
|
||||
(sha256
|
||||
(base32 "02r7p1645vhhf7wn5x0aklmf7l97h6fjb8v9mldim4waccmpyg48"))))
|
||||
(base32 "16c79wy55p4ryglxph80dibfm1ni8c5yfk6fnmq064ihw4zwcld5"))))
|
||||
(properties `((upstream-name . "adductData")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-annotationhub r-experimenthub))
|
||||
|
|
Loading…
Reference in a new issue