mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: r-sparsearray: Update to 1.2.4.
* gnu/packages/bioconductor.scm (r-sparsearray): Update to 1.2.4. Change-Id: If4a2fe3e569de4bbeb3d32f9426cfe0dda8b3a63
This commit is contained in:
parent
cf5ab2fbd7
commit
203344cc37
1 changed files with 2 additions and 2 deletions
|
@ -22129,13 +22129,13 @@ (define-public r-scran
|
|||
(define-public r-sparsearray
|
||||
(package
|
||||
(name "r-sparsearray")
|
||||
(version "1.2.3")
|
||||
(version "1.2.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "SparseArray" version))
|
||||
(sha256
|
||||
(base32 "19cy1nmmi65fxh012ymgp1kg112yl1m0khcs4y034p5iwlfv7fp6"))))
|
||||
(base32 "0gz1j8g020bp88i5idrhj9qrixgar3wvxxna46ds60q6d8lsn4vi"))))
|
||||
(properties `((upstream-name . "SparseArray")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-biocgenerics
|
||||
|
|
Loading…
Reference in a new issue