mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 16:17:27 +01:00
gnu: r-slingshot: Update to 2.4.0.
* gnu/packages/bioconductor.scm (r-slingshot): Update to 2.4.0.
This commit is contained in:
parent
3f873a27e0
commit
8d1ab3f57d
1 changed files with 2 additions and 2 deletions
|
@ -5308,13 +5308,13 @@ (define-public r-trajectoryutils
|
||||||
(define-public r-slingshot
|
(define-public r-slingshot
|
||||||
(package
|
(package
|
||||||
(name "r-slingshot")
|
(name "r-slingshot")
|
||||||
(version "2.2.1")
|
(version "2.4.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
|
||||||
"10kjpmckhzjf41yfhzg7c8idqa9cxz33r4rza6rwihnqnw1liff3"))))
|
"0xapi66l5z2qdqns3fcjqcjal6npqj7rxra60lwjvbrq49pq69p2"))))
|
||||||
(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