mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
gnu: r-reactomepa: Update to 1.38.0.
* gnu/packages/bioconductor.scm (r-reactomepa): Update to 1.38.0.
This commit is contained in:
parent
7ea681d5d5
commit
71eae6eabe
1 changed files with 2 additions and 2 deletions
|
@ -11619,14 +11619,14 @@ (define-public r-graphite
|
|||
(define-public r-reactomepa
|
||||
(package
|
||||
(name "r-reactomepa")
|
||||
(version "1.36.0")
|
||||
(version "1.38.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ReactomePA" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1293z89ai766c559axgr7mz5x4564gyl9xqzf6s8s0aj1xb35gqf"))))
|
||||
"1f4kd5cql7knnqaq3ba48kkypw8p60lkfdsnpqxcabdj30gqp55b"))))
|
||||
(properties `((upstream-name . "ReactomePA")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue