mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: r-deepsnv: Update to 1.42.1.
* gnu/packages/bioconductor.scm (r-deepsnv): Update to 1.42.1.
This commit is contained in:
parent
965d54e344
commit
f5899fe58b
1 changed files with 2 additions and 2 deletions
|
@ -2232,13 +2232,13 @@ (define-public r-decoupler
|
||||||
(define-public r-deepsnv
|
(define-public r-deepsnv
|
||||||
(package
|
(package
|
||||||
(name "r-deepsnv")
|
(name "r-deepsnv")
|
||||||
(version "1.42.0")
|
(version "1.42.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "deepSNV" version))
|
(uri (bioconductor-uri "deepSNV" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0si1x2bi5pff1dicpqg7hv4ziq46vm7lic72724ljsclpz9bfv6q"))))
|
"0bgj1grv3a5bqhcdsw445x49kl3pz367svy6fnrzfsk9bmj46kgn"))))
|
||||||
(properties `((upstream-name . "deepSNV")))
|
(properties `((upstream-name . "deepSNV")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue