gnu: r-sctransform: Update to 0.3.5.
* gnu/packages/cran.scm (r-sctransform): Update to 0.3.5.
This commit is contained in:
parent
3e5b3a1236
commit
789306df17
1 changed files with 2 additions and 2 deletions
|
@ -20844,14 +20844,14 @@ code edited with @code{RStudio IDE}, @code{Emacs} and @code{Vim}.")
|
||||||
(define-public r-sctransform
|
(define-public r-sctransform
|
||||||
(package
|
(package
|
||||||
(name "r-sctransform")
|
(name "r-sctransform")
|
||||||
(version "0.3.4")
|
(version "0.3.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "sctransform" version))
|
(uri (cran-uri "sctransform" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1nhmsbkrww74a55avln5zhd77g92f15p885j5q0khajw35iqnv0g"))))
|
"02vfgv6v3knmn5nxadjyjkzqmni1sgaf3f9ywm7d0knn0pgmd3n0"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-dplyr
|
(list r-dplyr
|
||||||
|
|
Reference in a new issue