mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-scry: Update to 1.16.0.
* gnu/packages/bioconductor.scm (r-scry): Update to 1.16.0. Change-Id: I47c4da2763a994a1763eca403597b41b4514852e
This commit is contained in:
parent
5ac1127f4a
commit
a1b6df6cf7
1 changed files with 2 additions and 2 deletions
|
@ -11256,13 +11256,13 @@ with cell- and gene-level metadata.")
|
||||||
(define-public r-scry
|
(define-public r-scry
|
||||||
(package
|
(package
|
||||||
(name "r-scry")
|
(name "r-scry")
|
||||||
(version "1.14.0")
|
(version "1.16.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "scry" version))
|
(uri (bioconductor-uri "scry" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hbdsjsn0jl0dr2ly5vx0wb4bnz7nl15kkypryywjvis9rdasjj3"))))
|
"16489ff1nc798nfcmqvqaczm7hqffkhpad1dfgr7dxlahd8sbnw9"))))
|
||||||
(properties `((upstream-name . "scry")))
|
(properties `((upstream-name . "scry")))
|
||||||
(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