mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
gnu: r-sparsearray: Update to 1.2.3.
* gnu/packages/bioconductor.scm (r-sparsearray): Update to 1.2.3. Change-Id: I5907db78a1261a3dbe0390737cc357bafbdb331e
This commit is contained in:
parent
31e882e4b1
commit
2510849ec9
1 changed files with 2 additions and 2 deletions
|
@ -21332,13 +21332,13 @@ (define-public r-scran
|
|||
(define-public r-sparsearray
|
||||
(package
|
||||
(name "r-sparsearray")
|
||||
(version "1.2.2")
|
||||
(version "1.2.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "SparseArray" version))
|
||||
(sha256
|
||||
(base32 "1kjs3v2ycpcc0plr88af1661ngmclmalkiy6am7i4m75cpa3889p"))))
|
||||
(base32 "19cy1nmmi65fxh012ymgp1kg112yl1m0khcs4y034p5iwlfv7fp6"))))
|
||||
(properties `((upstream-name . "SparseArray")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-biocgenerics
|
||||
|
|
Loading…
Reference in a new issue