gnu: r-sparsematrixstats: Update to 1.16.0.

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

Change-Id: I4c8c6c69be0b1dee2ee39dab4fa54ae04139d27c
This commit is contained in:
Ricardo Wurmus 2024-05-07 13:07:19 +02:00
parent 3a9161dd42
commit 1d1804e753
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -22619,14 +22619,14 @@ (define-public r-sparsearray
(define-public r-sparsematrixstats
(package
(name "r-sparsematrixstats")
(version "1.14.0")
(version "1.16.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "sparseMatrixStats" version))
(sha256
(base32
"0r2jxwha2xjp8iy7al85s5vib4xvl47gmlbbvvjj4wnz2gfzic9r"))))
"04hk9r6sh83dyxm2j7jdcj0m4g74ln218j21rs71c2gg6mrkmlgf"))))
(properties
`((upstream-name . "sparseMatrixStats")))
(build-system r-build-system)