me
/
guix
Archived
1
0
Fork 0

gnu: r-deds: Update to 1.58.0.

* gnu/packages/bioconductor.scm (r-deds): Update to 1.58.0.
master
Ricardo Wurmus 2019-05-05 23:58:47 +02:00
parent d5f3c0d09e
commit 301c4ff12a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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/")