mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -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
|
||||
(package
|
||||
(name "r-scaledmatrix")
|
||||
(version "1.10.0")
|
||||
(version "1.12.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ScaledMatrix" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1aigca0s8cmi46458pl9p9vwlkrmqawbgi0xmbwslz646x2s2h4a"))))
|
||||
"0c6sp5nps31ygrr7lxxc2gbg19qsk107v23x8f6acqk1xwlsfppi"))))
|
||||
(properties `((upstream-name . "ScaledMatrix")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue