mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 11:00:19 +01: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 @@ clusters).")
|
||||||
(define-public r-deds
|
(define-public r-deds
|
||||||
(package
|
(package
|
||||||
(name "r-deds")
|
(name "r-deds")
|
||||||
(version "1.56.0")
|
(version "1.58.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
|
||||||
"1zfgaar3bpss49zhs81mwlfzkx5lv92j8a64xd12ig88is24cw2c"))))
|
"029g7wgxc7yp1cdyalbi8gipkskrgp7nyl1s2whhjy5dqpfcpigs"))))
|
||||||
(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…
Add table
Reference in a new issue