mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-seurat: Update to 5.0.2.
* gnu/packages/cran.scm (r-seurat): Update to 5.0.2. Change-Id: I358d4bcab984b207ab9ee69ebdaeecf440626b70
This commit is contained in:
parent
7b1bdd0ecc
commit
03c6a20fc1
1 changed files with 2 additions and 2 deletions
|
@ -36892,13 +36892,13 @@ (define-public r-seurat5object
|
|||
(define-public r-seurat
|
||||
(package
|
||||
(name "r-seurat")
|
||||
(version "5.0.1")
|
||||
(version "5.0.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "Seurat" version))
|
||||
(sha256
|
||||
(base32
|
||||
"038mqnavn3gxxx41yzq0q7gfnnx15dizryv8l374zwavpqsb84q7"))))
|
||||
"1d49a9mhip81lvnkr8i4dznkmzyskdzrpi485w7yw2sr0qbyzg5c"))))
|
||||
(properties `((upstream-name . "Seurat")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue