mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-reactomepa: Update to 1.46.0.
* gnu/packages/bioconductor.scm (r-reactomepa): Update to 1.46.0. Change-Id: I543add10e14ad634795e29f6db2e07a518878108
This commit is contained in:
parent
26e71b7a72
commit
72ad29f730
1 changed files with 2 additions and 2 deletions
|
@ -19408,14 +19408,14 @@ symbols).")
|
||||||
(define-public r-reactomepa
|
(define-public r-reactomepa
|
||||||
(package
|
(package
|
||||||
(name "r-reactomepa")
|
(name "r-reactomepa")
|
||||||
(version "1.44.0")
|
(version "1.46.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "ReactomePA" version))
|
(uri (bioconductor-uri "ReactomePA" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hy8qz7d2826kf6pkl3v8cjwx35ap8xr92jw5wv445p3xcd1clzn"))))
|
"0kflwlmyckyivr8xh7fsmpl7jfkq5kavwpkswmvdfqckbd0n9xsc"))))
|
||||||
(properties `((upstream-name . "ReactomePA")))
|
(properties `((upstream-name . "ReactomePA")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue