mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: r-reactome-db: Update to 1.86.2.
* gnu/packages/bioconductor.scm (r-reactome-db): Update to 1.86.2. Change-Id: I8312c151f89ef27c5f75adbdf27c098e77f05453
This commit is contained in:
parent
287c5b085b
commit
6ee0d63dfc
1 changed files with 2 additions and 2 deletions
|
@ -391,14 +391,14 @@ (define-public r-pd-mapping50k-xba240
|
|||
(define-public r-reactome-db
|
||||
(package
|
||||
(name "r-reactome-db")
|
||||
(version "1.70.0")
|
||||
(version "1.86.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "reactome.db" version 'annotation))
|
||||
(sha256
|
||||
(base32
|
||||
"05wc4fp0faq6h3kq5rwafnips043as31yq11mrjngfxvf5i10srg"))))
|
||||
"02p8ihds0hpcfj5mib0ifql9404svlavfyj36c15jzmbci0rnc8c"))))
|
||||
(properties `((upstream-name . "reactome.db")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue