mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-scaledmatrix: Update to 1.4.0.
* gnu/packages/bioconductor.scm (r-scaledmatrix): Update to 1.4.0.
This commit is contained in:
parent
ccee3dcc6b
commit
8026665191
1 changed files with 2 additions and 2 deletions
|
@ -6952,14 +6952,14 @@ achieved for all methods using the BiocParallel framework.")
|
||||||
(define-public r-scaledmatrix
|
(define-public r-scaledmatrix
|
||||||
(package
|
(package
|
||||||
(name "r-scaledmatrix")
|
(name "r-scaledmatrix")
|
||||||
(version "1.2.0")
|
(version "1.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "ScaledMatrix" version))
|
(uri (bioconductor-uri "ScaledMatrix" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0vz8441gl5gycy1ypybwhq97bnyvhhlg6gxpi1dsdy2c9b6d81kc"))))
|
"0p6065mbn77hphpjfchz3r3raspl127f11n39mwh9bih4zg375cl"))))
|
||||||
(properties `((upstream-name . "ScaledMatrix")))
|
(properties `((upstream-name . "ScaledMatrix")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue