mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: r-sparsearray: Update to 1.4.8.
* gnu/packages/bioconductor.scm (r-sparsearray): Update to 1.4.8. Change-Id: I58f280938a8436c9ca4ce16f28195aabb4c61da8
This commit is contained in:
parent
1aaf7c961d
commit
0b1f912ef0
1 changed files with 2 additions and 2 deletions
|
@ -22583,13 +22583,13 @@ (define-public r-scran
|
||||||
(define-public r-sparsearray
|
(define-public r-sparsearray
|
||||||
(package
|
(package
|
||||||
(name "r-sparsearray")
|
(name "r-sparsearray")
|
||||||
(version "1.4.1")
|
(version "1.4.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "SparseArray" version))
|
(uri (bioconductor-uri "SparseArray" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1kik0g208x58kycc9njp28fiacia2i8f1m5ljz9pfyw6mn1cspwm"))))
|
(base32 "1ahwv6ih1700h1sccv9wh7hr5bhdif0ji5jbmsprnhjxfgn6xidm"))))
|
||||||
(properties `((upstream-name . "SparseArray")))
|
(properties `((upstream-name . "SparseArray")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-biocgenerics
|
(propagated-inputs (list r-biocgenerics
|
||||||
|
|
Loading…
Reference in a new issue