mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 12:17:10 -05:00
gnu: r-scran: Update to 1.18.7.
* gnu/packages/bioconductor.scm (r-scran): Update to 1.18.7.
This commit is contained in:
parent
3c59d34107
commit
2191a414ea
1 changed files with 2 additions and 2 deletions
|
@ -10329,14 +10329,14 @@ (define-public r-scater
|
||||||
(define-public r-scran
|
(define-public r-scran
|
||||||
(package
|
(package
|
||||||
(name "r-scran")
|
(name "r-scran")
|
||||||
(version "1.18.5")
|
(version "1.18.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "scran" version))
|
(uri (bioconductor-uri "scran" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0mk4bs7pkzbaiaaap75nzsrlwr883h45xnbpn94fy91i8d9w1xy1"))))
|
"0hsr58b7xj2cqdkyjdpzyifg5wrl1lbylq2h91zbjh5861qjv2n4"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-beachmat" ,r-beachmat)
|
`(("r-beachmat" ,r-beachmat)
|
||||||
|
|
Loading…
Reference in a new issue