mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 08:51:48 -05:00
gnu: r-adductdata: Update to 1.12.0.
* gnu/packages/bioconductor.scm (r-adductdata): Update to 1.12.0.
This commit is contained in:
parent
7feae8098c
commit
c89eb68ede
1 changed files with 2 additions and 3 deletions
|
@ -1166,13 +1166,12 @@ (define-public r-abadata
|
|||
(define-public r-adductdata
|
||||
(package
|
||||
(name "r-adductdata")
|
||||
(version "1.10.0")
|
||||
(version "1.12.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "adductData" version 'experiment))
|
||||
(sha256
|
||||
(base32
|
||||
"0bp74p06gskwn2xl1srpnmsq27ajsrlynkzw6fcmvwwjcrzljmnj"))))
|
||||
(base32 "02r7p1645vhhf7wn5x0aklmf7l97h6fjb8v9mldim4waccmpyg48"))))
|
||||
(properties `((upstream-name . "adductData")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-annotationhub r-experimenthub))
|
||||
|
|
Loading…
Reference in a new issue