gnu: r-matrixgenerics: Update to 1.10.0.

* gnu/packages/bioconductor.scm (r-matrixgenerics): Update to 1.10.0.
This commit is contained in:
zimoun 2022-11-17 03:50:15 +01:00 committed by Ricardo Wurmus
parent 73add01b22
commit 03862582db
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8173,13 +8173,13 @@ (define-public r-chippeakanno
(define-public r-matrixgenerics
(package
(name "r-matrixgenerics")
(version "1.8.1")
(version "1.10.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "MatrixGenerics" version))
(sha256
(base32
"1liblnpziyyjxzrhdd5d89ilvfqqhbl87h3hsmdm0kwnmc73r37f"))))
"05a83gh5bvgadi2msgql5nmcgr8zp398rhdbmiqna608hqbymyq9"))))
(properties
`((upstream-name . "MatrixGenerics")))
(build-system r-build-system)