mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
gnu: r-scry: Update to 1.14.0.
* gnu/packages/bioconductor.scm (r-scry): Update to 1.14.0. Change-Id: I3138f53e6133f96ecd1efb0ccbc002a53d04b6ab
This commit is contained in:
parent
f5e93e8bed
commit
5fd85a62e0
1 changed files with 2 additions and 2 deletions
|
@ -10117,13 +10117,13 @@ (define-public r-scmap
|
|||
(define-public r-scry
|
||||
(package
|
||||
(name "r-scry")
|
||||
(version "1.12.0")
|
||||
(version "1.14.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "scry" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0406slld468m9lxswv1akcdmap6izvzz6zljyrs5av546nfxpmrz"))))
|
||||
"0hbdsjsn0jl0dr2ly5vx0wb4bnz7nl15kkypryywjvis9rdasjj3"))))
|
||||
(properties `((upstream-name . "scry")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue