mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-scran: Update to 1.28.1.
* gnu/packages/bioconductor.scm (r-scran): Update to 1.28.1.
This commit is contained in:
parent
0880f325b7
commit
7e421c1f5a
1 changed files with 2 additions and 2 deletions
|
@ -18948,14 +18948,14 @@ quality control.")
|
||||||
(define-public r-scran
|
(define-public r-scran
|
||||||
(package
|
(package
|
||||||
(name "r-scran")
|
(name "r-scran")
|
||||||
(version "1.28.0")
|
(version "1.28.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "scran" version))
|
(uri (bioconductor-uri "scran" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0w84iwg308jl42zr5kmakfzmbqdl3hpng01jvd1cynnpkxh5nkzg"))))
|
"1qfmxarw5x17ag66r9i51vxm5h8fxm4rdicv6s8q5pnaf188hdcp"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-beachmat
|
(list r-beachmat
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue