gnu: r-gdsfmt: Update to 1.22.0.

* gnu/packages/bioconductor.scm (r-gdsfmt): Update to 1.22.0.
This commit is contained in:
Ricardo Wurmus 2019-12-15 15:19:26 +01:00
parent 8b941a50ef
commit f5ef7dd6b7
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -6038,14 +6038,14 @@ metrics, with methods for objects produced by the @code{methylumi} and
(define-public r-gdsfmt
(package
(name "r-gdsfmt")
(version "1.20.0")
(version "1.22.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "gdsfmt" version))
(sha256
(base32
"0h3hgwxq26dg09fyxqg545v9dg1dizsj58cf05rncr3jj4f8g0xy"))
"0zc9v62imd0ykz4h30pxa64q0y45qijmkwdk2pd4ncsg8fc2jlz9"))
(modules '((guix build utils)))
;; Remove bundled sources of zlib, lz4, and xz. Don't attempt to build
;; them and link with system libraries instead.