gnu: r-scran: Update to 1.28.0.
* gnu/packages/bioconductor.scm (r-scran): Update to 1.28.0.
This commit is contained in:
parent
c3056799b3
commit
1435a289dd
1 changed files with 2 additions and 2 deletions
|
@ -18765,14 +18765,14 @@ quality control.")
|
||||||
(define-public r-scran
|
(define-public r-scran
|
||||||
(package
|
(package
|
||||||
(name "r-scran")
|
(name "r-scran")
|
||||||
(version "1.26.2")
|
(version "1.28.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "scran" version))
|
(uri (bioconductor-uri "scran" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0r80k4dsk609l9ha1jl64yhpwnf0x37i28k9largqsffsl6hw0fy"))))
|
"0w84iwg308jl42zr5kmakfzmbqdl3hpng01jvd1cynnpkxh5nkzg"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-beachmat
|
(list r-beachmat
|
||||||
|
|
Reference in a new issue