gnu: r-sigpathway: Update to 1.58.0.
* gnu/packages/bioconductor.scm (r-sigpathway): Update to 1.58.0.master
parent
33c905b9c0
commit
7dabc6298f
|
@ -3791,14 +3791,14 @@ the data set is suitable for such analysis.")
|
||||||
(define-public r-sigpathway
|
(define-public r-sigpathway
|
||||||
(package
|
(package
|
||||||
(name "r-sigpathway")
|
(name "r-sigpathway")
|
||||||
(version "1.56.0")
|
(version "1.58.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "sigPathway" version))
|
(uri (bioconductor-uri "sigPathway" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0a79sdvag80p7xcdz8mp8wiby36yxmappzycfd2rp36v9drjk0h5"))))
|
"1fkw0ss471pllqxyjyif5lr35cr8sqpx31x0ccjp85lm3blws72l"))))
|
||||||
(properties `((upstream-name . "sigPathway")))
|
(properties `((upstream-name . "sigPathway")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://www.pnas.org/cgi/doi/10.1073/pnas.0506577102")
|
(home-page "https://www.pnas.org/cgi/doi/10.1073/pnas.0506577102")
|
||||||
|
|
Reference in New Issue