mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: r-deds: Update to 1.58.0.
* gnu/packages/bioconductor.scm (r-deds): Update to 1.58.0.
This commit is contained in:
parent
d5f3c0d09e
commit
301c4ff12a
1 changed files with 2 additions and 2 deletions
|
@ -1951,14 +1951,14 @@ (define-public r-htscluster
|
|||
(define-public r-deds
|
||||
(package
|
||||
(name "r-deds")
|
||||
(version "1.56.0")
|
||||
(version "1.58.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "DEDS" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1zfgaar3bpss49zhs81mwlfzkx5lv92j8a64xd12ig88is24cw2c"))))
|
||||
"029g7wgxc7yp1cdyalbi8gipkskrgp7nyl1s2whhjy5dqpfcpigs"))))
|
||||
(properties `((upstream-name . "DEDS")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://bioconductor.org/packages/DEDS/")
|
||||
|
|
Loading…
Reference in a new issue