mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11:55 -05:00
gnu: r-deepsnv: Update to 1.42.0.
* gnu/packages/bioconductor.scm (r-deepsnv): Update to 1.42.0.
This commit is contained in:
parent
7149e667c1
commit
d15f46c5cf
1 changed files with 2 additions and 2 deletions
|
@ -2219,13 +2219,13 @@ (define-public r-decoupler
|
|||
(define-public r-deepsnv
|
||||
(package
|
||||
(name "r-deepsnv")
|
||||
(version "1.40.0")
|
||||
(version "1.42.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "deepSNV" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1wi6j6yb6i9fs9yszfywqz3w50mhl85dkfmr4w3phwvkf0xkn81w"))))
|
||||
"0si1x2bi5pff1dicpqg7hv4ziq46vm7lic72724ljsclpz9bfv6q"))))
|
||||
(properties `((upstream-name . "deepSNV")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue