gnu: r-matrixgenerics: Update to 1.20.0.

* gnu/packages/bioconductor.scm (r-matrixgenerics): Update to 1.20.0.

Change-Id: I4a3480a6b10267b70a6e0c55df19e568194e194f
This commit is contained in:
Ricardo Wurmus 2025-04-29 18:56:07 +02:00
parent fb17561609
commit b8580339aa
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -15911,13 +15911,13 @@ enrichedGO (addGeneIDs).")
(define-public r-matrixgenerics
(package
(name "r-matrixgenerics")
(version "1.18.1")
(version "1.20.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "MatrixGenerics" version))
(sha256
(base32
"1b66vv8nbvdf0zvapmkcn8hxbvh5d4pv12l1rpawijzp3xg7r7p9"))))
"1ys0239gzg3lq12g954b9zwhyqasbny2w1ra452kaj4pqc5p1dpl"))))
(properties
`((upstream-name . "MatrixGenerics")))
(build-system r-build-system)