mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-scdd: Update to 1.28.0.
* gnu/packages/bioconductor.scm (r-scdd): Update to 1.28.0. Change-Id: I42916e2eb192bbb1f24d039eb07d20f066887c3e
This commit is contained in:
parent
b0499b5e7f
commit
8fc95f20db
1 changed files with 2 additions and 2 deletions
|
@ -15136,14 +15136,14 @@ assumptions.")
|
||||||
(define-public r-scdd
|
(define-public r-scdd
|
||||||
(package
|
(package
|
||||||
(name "r-scdd")
|
(name "r-scdd")
|
||||||
(version "1.26.0")
|
(version "1.28.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "scDD" version))
|
(uri (bioconductor-uri "scDD" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15hzsq8ckw8v8ccz30kia9qr1iymmcszc9z31g5arrx1y816zgbq"))))
|
"106hawmyln6xj9m2npibb4lkd8qvz60lwjabhn3cpx3908x88ryb"))))
|
||||||
(properties `((upstream-name . "scDD")))
|
(properties `((upstream-name . "scDD")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue