mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-activepathways: Update to 2.0.5.
* gnu/packages/bioconductor.scm (r-activepathways): Update to 2.0.5. Change-Id: Ia67d411d6f07bdf3c733f4eab5527f3706f3134d
This commit is contained in:
parent
e964ade19c
commit
fdfc106fe0
1 changed files with 2 additions and 2 deletions
|
@ -20287,14 +20287,14 @@ (define-public r-activedriverwgs
|
||||||
(define-public r-activepathways
|
(define-public r-activepathways
|
||||||
(package
|
(package
|
||||||
(name "r-activepathways")
|
(name "r-activepathways")
|
||||||
(version "2.0.4")
|
(version "2.0.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "ActivePathways" version))
|
(uri (cran-uri "ActivePathways" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07nmlkgznbv46kxy5s13bs7p3z9cxsynh6csbid6qsvqrpzv78pk"))))
|
"098p21g7rm3q03wifg0zb71ldg3dyqp3iwhqmg3ci9r73dl4agjh"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "ActivePathways")))
|
`((upstream-name . "ActivePathways")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Reference in a new issue