me
/
guix
Archived
1
0
Fork 0

gnu: r-deds: Update to 1.60.0.

* gnu/packages/bioconductor.scm (r-deds): Update to 1.60.0.
master
Ricardo Wurmus 2019-12-15 14:39:51 +01:00
parent bba70cda0a
commit 96030bf718
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2274,14 +2274,14 @@ clusters).")
(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/")