mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
gnu: r-slingshot: Update to 2.8.0.
* gnu/packages/bioconductor.scm (r-slingshot): Update to 2.8.0.
This commit is contained in:
parent
15caa80904
commit
5698bf6fed
1 changed files with 2 additions and 2 deletions
|
@ -9129,13 +9129,13 @@ (define-public r-scds
|
||||||
(define-public r-slingshot
|
(define-public r-slingshot
|
||||||
(package
|
(package
|
||||||
(name "r-slingshot")
|
(name "r-slingshot")
|
||||||
(version "2.6.0")
|
(version "2.8.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "slingshot" version))
|
(uri (bioconductor-uri "slingshot" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00h9iid2z9r55l4hlaa1q0nkbcfq0f7k2afkw4ymjwhm1b8yqj33"))))
|
"1xr17rg8nfpcvdwa19qrcaqffkz048l5lkqlm6gw0abm8bg2k8x7"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-igraph
|
(list r-igraph
|
||||||
|
|
Loading…
Reference in a new issue