gnu: r-scaledmatrix: Update to 1.2.0.
* gnu/packages/bioconductor.scm (r-scaledmatrix): Update to 1.2.0.master
parent
651d54ef51
commit
496260ddf1
|
@ -5797,14 +5797,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.0.0")
|
(version "1.2.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
|
||||||
"1j96fvw1waqxbv5c8myfmhsidq370z03yz13yqmrs4nn1rpn1a06"))))
|
"0vz8441gl5gycy1ypybwhq97bnyvhhlg6gxpi1dsdy2c9b6d81kc"))))
|
||||||
(properties `((upstream-name . "ScaledMatrix")))
|
(properties `((upstream-name . "ScaledMatrix")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue