mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 02:29:24 -05:00
gnu: r-scaledmatrix: Update to 1.2.0.
* gnu/packages/bioconductor.scm (r-scaledmatrix): Update to 1.2.0.
This commit is contained in:
parent
651d54ef51
commit
496260ddf1
1 changed files with 2 additions and 2 deletions
|
@ -5797,14 +5797,14 @@ (define-public r-biocneighbors
|
|||
(define-public r-scaledmatrix
|
||||
(package
|
||||
(name "r-scaledmatrix")
|
||||
(version "1.0.0")
|
||||
(version "1.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ScaledMatrix" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1j96fvw1waqxbv5c8myfmhsidq370z03yz13yqmrs4nn1rpn1a06"))))
|
||||
"0vz8441gl5gycy1ypybwhq97bnyvhhlg6gxpi1dsdy2c9b6d81kc"))))
|
||||
(properties `((upstream-name . "ScaledMatrix")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue