me
/
guix
Archived
1
0
Fork 0

gnu: r-scaledmatrix: Update to 1.8.1.

* gnu/packages/bioconductor.scm (r-scaledmatrix): Update to 1.8.1.
master
Ricardo Wurmus 2023-05-09 15:23:55 +02:00
parent 95d5a918a2
commit c846a694a7
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -11053,14 +11053,14 @@ achieved for all methods using the BiocParallel framework.")
(define-public r-scaledmatrix
(package
(name "r-scaledmatrix")
(version "1.7.1")
(version "1.8.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "ScaledMatrix" version))
(sha256
(base32
"1l43qyvgfr4ys02ws843g25882c7wl3kcgjwav3msc9hhs2si0mg"))))
"0xhw77w28r3agv0hw7fjpn1fp2p9bz7kdzwzx7gsa8411nffmd4d"))))
(properties `((upstream-name . "ScaledMatrix")))
(build-system r-build-system)
(propagated-inputs