mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: r-scaledmatrix: Update to 1.12.0.
* gnu/packages/bioconductor.scm (r-scaledmatrix): Update to 1.12.0. Change-Id: I886c3f2c39a9385a6a1546fd5aacb14b2e744c69
This commit is contained in:
parent
6c9dbaa1f0
commit
5a7511551c
1 changed files with 2 additions and 2 deletions
|
@ -14166,14 +14166,14 @@ (define-public r-biocneighbors
|
||||||
(define-public r-scaledmatrix
|
(define-public r-scaledmatrix
|
||||||
(package
|
(package
|
||||||
(name "r-scaledmatrix")
|
(name "r-scaledmatrix")
|
||||||
(version "1.10.0")
|
(version "1.12.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
|
||||||
"1aigca0s8cmi46458pl9p9vwlkrmqawbgi0xmbwslz646x2s2h4a"))))
|
"0c6sp5nps31ygrr7lxxc2gbg19qsk107v23x8f6acqk1xwlsfppi"))))
|
||||||
(properties `((upstream-name . "ScaledMatrix")))
|
(properties `((upstream-name . "ScaledMatrix")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue