mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-seurat: Update to 5.0.1.
* gnu/packages/cran.scm (r-seurat): Update to 5.0.1. Change-Id: Ia22f8f698f0e73b7216b7abb48102eaf6eef2593
This commit is contained in:
parent
ca46f973e9
commit
294ac5e255
1 changed files with 2 additions and 2 deletions
|
@ -36296,13 +36296,13 @@ (define-public r-seurat5object
|
|||
(define-public r-seurat
|
||||
(package
|
||||
(name "r-seurat")
|
||||
(version "5.0.0")
|
||||
(version "5.0.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "Seurat" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1hvqxfskwpw06dxc9hc9zvxqb73wr7qjxgrqgyjklxaq1xhr335v"))))
|
||||
"038mqnavn3gxxx41yzq0q7gfnnx15dizryv8l374zwavpqsb84q7"))))
|
||||
(properties `((upstream-name . "Seurat")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue