me
/
guix
Archived
1
0
Fork 0

gnu: r-matrixgenerics: Update to 1.8.0.

* gnu/packages/bioconductor.scm (r-matrixgenerics): Update to 1.8.0.
master
Ricardo Wurmus 2022-05-28 12:44:49 +02:00
parent ef5c266f23
commit a1da6d7d45
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6382,13 +6382,13 @@ enrichedGO (addGeneIDs).")
(define-public r-matrixgenerics (define-public r-matrixgenerics
(package (package
(name "r-matrixgenerics") (name "r-matrixgenerics")
(version "1.6.0") (version "1.8.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "MatrixGenerics" version)) (uri (bioconductor-uri "MatrixGenerics" version))
(sha256 (sha256
(base32 (base32
"1s75p8rrmj24r0vcbaiyw8xg8y84j388mv6iawai7pypfcl8s1z3")))) "0s7s39v9lqniirjgp8lbmffw0c8rsp6bndgzy1zlyh5vivfih0f5"))))
(properties (properties
`((upstream-name . "MatrixGenerics"))) `((upstream-name . "MatrixGenerics")))
(build-system r-build-system) (build-system r-build-system)