mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: r-deds: Update to 1.60.0.
* gnu/packages/bioconductor.scm (r-deds): Update to 1.60.0.
This commit is contained in:
parent
bba70cda0a
commit
96030bf718
1 changed files with 2 additions and 2 deletions
|
@ -2274,14 +2274,14 @@ (define-public r-htscluster
|
||||||
(define-public r-deds
|
(define-public r-deds
|
||||||
(package
|
(package
|
||||||
(name "r-deds")
|
(name "r-deds")
|
||||||
(version "1.58.0")
|
(version "1.60.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "DEDS" version))
|
(uri (bioconductor-uri "DEDS" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"029g7wgxc7yp1cdyalbi8gipkskrgp7nyl1s2whhjy5dqpfcpigs"))))
|
"0vzsmah2lhxf8k6n4d0i4j609sbvygmb6ii2ridg9z3nskwkrhp8"))))
|
||||||
(properties `((upstream-name . "DEDS")))
|
(properties `((upstream-name . "DEDS")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://bioconductor.org/packages/DEDS/")
|
(home-page "https://bioconductor.org/packages/DEDS/")
|
||||||
|
|
Loading…
Reference in a new issue