me
/
guix
Archived
1
0
Fork 0

gnu: r-sparsematrixstats: Update to 1.14.0.

* gnu/packages/bioconductor.scm (r-sparsematrixstats): Update to 1.14.0.

Change-Id: Ia8812ca08d97737c1542afc80ce31ae29e673820
master
Ricardo Wurmus 2023-11-03 17:19:08 +01:00
parent d797b2bb6f
commit fb51c8df4f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -21126,14 +21126,14 @@ in the @code{matrixStats} package from CRAN.")
(define-public r-sparsematrixstats
(package
(name "r-sparsematrixstats")
(version "1.12.2")
(version "1.14.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "sparseMatrixStats" version))
(sha256
(base32
"00jalzg6yphi8ci4iid7x38jlsrvvdswrq7cqa7jybs26ayjldw1"))))
"0r2jxwha2xjp8iy7al85s5vib4xvl47gmlbbvvjj4wnz2gfzic9r"))))
(properties
`((upstream-name . "sparseMatrixStats")))
(build-system r-build-system)