gnu: r-matrixgenerics: Update to 1.4.2.

* gnu/packages/bioconductor.scm (r-matrixgenerics): Update to 1.4.2.
This commit is contained in:
Ricardo Wurmus 2021-08-24 00:33:18 +02:00
parent 3ef4c12a49
commit 917f0def66
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5071,13 +5071,13 @@ enrichedGO (addGeneIDs).")
(define-public r-matrixgenerics (define-public r-matrixgenerics
(package (package
(name "r-matrixgenerics") (name "r-matrixgenerics")
(version "1.4.0") (version "1.4.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "MatrixGenerics" version)) (uri (bioconductor-uri "MatrixGenerics" version))
(sha256 (sha256
(base32 (base32
"1xq3a9ls125wfnhn13rdbsxzq3f6klsspx7h0znd6l67f5j5k25s")))) "0kjsc5ghcplay4a74ffpwsf3kbp51x6rl5265gvlfchdwrawkzd2"))))
(properties (properties
`((upstream-name . "MatrixGenerics"))) `((upstream-name . "MatrixGenerics")))
(build-system r-build-system) (build-system r-build-system)