mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-activepathways: Update to 2.0.2.
* gnu/packages/bioconductor.scm (r-activepathways): Update to 2.0.2.
This commit is contained in:
parent
f1259b80be
commit
c64777cfe0
1 changed files with 2 additions and 2 deletions
|
@ -18473,14 +18473,14 @@ using whole genome sequencing data.")
|
||||||
(define-public r-activepathways
|
(define-public r-activepathways
|
||||||
(package
|
(package
|
||||||
(name "r-activepathways")
|
(name "r-activepathways")
|
||||||
(version "2.0.0")
|
(version "2.0.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "ActivePathways" version))
|
(uri (cran-uri "ActivePathways" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1niwzbzqs1s0mx6ia8fmvg9db6kajs0rdxgnnn1pq68yd8rjn79g"))))
|
"1h0ih87pf6b5mdhmh65frv3nqx7v5adqv37wn2p3gkpszd6hwc79"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "ActivePathways")))
|
`((upstream-name . "ActivePathways")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue