mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: r-deepsnv: Update to 1.40.0.
* gnu/packages/bioconductor.scm (r-deepsnv): Update to 1.40.0.
This commit is contained in:
parent
628a8f8c78
commit
7cc053eaca
1 changed files with 2 additions and 2 deletions
|
@ -1522,13 +1522,13 @@ (define-public r-decipher
|
||||||
(define-public r-deepsnv
|
(define-public r-deepsnv
|
||||||
(package
|
(package
|
||||||
(name "r-deepsnv")
|
(name "r-deepsnv")
|
||||||
(version "1.38.0")
|
(version "1.40.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "deepSNV" version))
|
(uri (bioconductor-uri "deepSNV" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0zz56hf417m7bgg2g2wpbaik30pi6h2nam1n5bviqgdn4mv8n0bs"))))
|
"1wi6j6yb6i9fs9yszfywqz3w50mhl85dkfmr4w3phwvkf0xkn81w"))))
|
||||||
(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