me
/
guix
Archived
1
0
Fork 0

gnu: r-scaledmatrix: Update to 1.4.0.

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

View File

@ -6952,14 +6952,14 @@ achieved for all methods using the BiocParallel framework.")
(define-public r-scaledmatrix
(package
(name "r-scaledmatrix")
(version "1.2.0")
(version "1.4.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "ScaledMatrix" version))
(sha256
(base32
"0vz8441gl5gycy1ypybwhq97bnyvhhlg6gxpi1dsdy2c9b6d81kc"))))
"0p6065mbn77hphpjfchz3r3raspl127f11n39mwh9bih4zg375cl"))))
(properties `((upstream-name . "ScaledMatrix")))
(build-system r-build-system)
(propagated-inputs