me
/
guix
Archived
1
0
Fork 0

gnu: r-matrixgenerics: Update to 1.4.3.

* gnu/packages/bioconductor.scm (r-matrixgenerics): Update to 1.4.3.
master
Ricardo Wurmus 2021-09-29 23:28:13 +02:00
parent ce23a074f0
commit 538618552b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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