mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: r-reactomepa: Update to 1.40.0.
* gnu/packages/bioconductor.scm (r-reactomepa): Update to 1.40.0.
This commit is contained in:
parent
8f240ba849
commit
449b0f0920
1 changed files with 2 additions and 2 deletions
|
@ -12858,14 +12858,14 @@ (define-public r-graphite
|
|||
(define-public r-reactomepa
|
||||
(package
|
||||
(name "r-reactomepa")
|
||||
(version "1.38.0")
|
||||
(version "1.40.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ReactomePA" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1f4kd5cql7knnqaq3ba48kkypw8p60lkfdsnpqxcabdj30gqp55b"))))
|
||||
"1fd72m2afxbbvbgwy8knp6fiq1h561plmsh4r8a08w21ngmkz2s5"))))
|
||||
(properties `((upstream-name . "ReactomePA")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue