mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 07:58:01 -05:00
gnu: r-scaledmatrix: Update to 1.10.0.
* gnu/packages/bioconductor.scm (r-scaledmatrix): Update to 1.10.0. Change-Id: I50c8d29395648059e815c2e9ca2d3a07d17d2aba
This commit is contained in:
parent
69bd0f8752
commit
b8daed53af
1 changed files with 2 additions and 2 deletions
|
@ -12791,14 +12791,14 @@ (define-public r-biocneighbors
|
|||
(define-public r-scaledmatrix
|
||||
(package
|
||||
(name "r-scaledmatrix")
|
||||
(version "1.8.1")
|
||||
(version "1.10.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ScaledMatrix" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0xhw77w28r3agv0hw7fjpn1fp2p9bz7kdzwzx7gsa8411nffmd4d"))))
|
||||
"1aigca0s8cmi46458pl9p9vwlkrmqawbgi0xmbwslz646x2s2h4a"))))
|
||||
(properties `((upstream-name . "ScaledMatrix")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue