mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
gnu: r-reactome-db: Update to 1.88.0.
* gnu/packages/bioconductor.scm (r-reactome-db): Update to 1.88.0. Change-Id: I80b58a45e8265e82e7a84d8d428fc4339fd926a7
This commit is contained in:
parent
43b32ab2e6
commit
44c5036af2
1 changed files with 2 additions and 2 deletions
|
@ -392,14 +392,14 @@ (define-public r-pd-mapping50k-xba240
|
|||
(define-public r-reactome-db
|
||||
(package
|
||||
(name "r-reactome-db")
|
||||
(version "1.86.2")
|
||||
(version "1.88.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "reactome.db" version 'annotation))
|
||||
(sha256
|
||||
(base32
|
||||
"02p8ihds0hpcfj5mib0ifql9404svlavfyj36c15jzmbci0rnc8c"))))
|
||||
"1fwbf53vklhvqa6n6pijb8xqyv2pap1hskkirnm5c42wmd6g4ql7"))))
|
||||
(properties `((upstream-name . "reactome.db")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue