me
/
guix
Archived
1
0
Fork 0

gnu: r-sparsematrixstats: Update to 1.4.2.

* gnu/packages/bioconductor.scm (r-sparsematrixstats): Update to 1.4.2.
Ricardo Wurmus 2021-08-24 00:33:20 +02:00
parent b2316605e2
commit 26d6db11f0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -12826,14 +12826,14 @@ variable and significantly correlated genes.")
(define-public r-sparsematrixstats
(package
(name "r-sparsematrixstats")
(version "1.4.0")
(version "1.4.2")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "sparseMatrixStats" version))
(sha256
(base32
"0ilspddfkqpnf2lng9jjs2ahv6vlc6sap69fzkcw314rha59kncr"))))
"0b22kzg751zlkcbs8pi0bcqrsj3imsg35qfvxfrqb7gav7qznc8v"))))
(properties
`((upstream-name . "sparseMatrixStats")))
(build-system r-build-system)