me
/
guix
Archived
1
0
Fork 0

gnu: r-delayedmatrixstats: Update to 1.18.1.

* gnu/packages/bioconductor.scm (r-delayedmatrixstats): Update to 1.18.1.
master
Ricardo Wurmus 2022-10-03 18:20:58 +02:00
parent cc719399c9
commit 547d4670e7
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -15124,14 +15124,14 @@ data in the column sparse format.")
(define-public r-delayedmatrixstats
(package
(name "r-delayedmatrixstats")
(version "1.18.0")
(version "1.18.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "DelayedMatrixStats" version))
(sha256
(base32
"1qlwv69c0r2w3zkmsr8r7w6sr3hf1ha0sfcrsjx4ks8f0ww7aqsv"))))
"1kq643fmfzq1qjvpj3kc092ahc3qamqgx53layqsyvz5mil55jjv"))))
(properties
`((upstream-name . "DelayedMatrixStats")))
(build-system r-build-system)