gnu: r-sctransform: Update to 0.3.2.

* gnu/packages/cran.scm (r-sctransform): Update to 0.3.2.
This commit is contained in:
Ricardo Wurmus 2021-01-20 17:11:38 +01:00
parent dd725cb19d
commit a8ee51a215
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -16207,14 +16207,14 @@ code edited with @code{RStudio IDE}, @code{Emacs} and @code{Vim}.")
(define-public r-sctransform
(package
(name "r-sctransform")
(version "0.3.1")
(version "0.3.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "sctransform" version))
(sha256
(base32
"0b8ni8dzlcikjm2bx5w8yi9vygx0qqxjrmnsy4kf7d1h03n2sxwa"))))
"1p3m6i28nlxh6r609syn88cwlbdpl3dw44dy3gsijk2ibq20mfsx"))))
(build-system r-build-system)
(propagated-inputs
`(("r-future" ,r-future)