mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -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
|
||||
(package
|
||||
(name "r-deds")
|
||||
(version "1.58.0")
|
||||
(version "1.60.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "DEDS" version))
|
||||
(sha256
|
||||
(base32
|
||||
"029g7wgxc7yp1cdyalbi8gipkskrgp7nyl1s2whhjy5dqpfcpigs"))))
|
||||
"0vzsmah2lhxf8k6n4d0i4j609sbvygmb6ii2ridg9z3nskwkrhp8"))))
|
||||
(properties `((upstream-name . "DEDS")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://bioconductor.org/packages/DEDS/")
|
||||
|
|
Loading…
Reference in a new issue