gnu: r-gdsfmt: Update to 1.26.0.

* gnu/packages/bioconductor.scm (r-gdsfmt): Update to 1.26.0.
This commit is contained in:
zimoun 2020-10-30 15:54:53 +01:00 committed by Ricardo Wurmus
parent e7b61ba7f6
commit a50779b8a3
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6796,14 +6796,14 @@ (define-public r-watermelon
(define-public r-gdsfmt
(package
(name "r-gdsfmt")
(version "1.24.1")
(version "1.26.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "gdsfmt" version))
(sha256
(base32
"0ipf60wylbhvwk9q3mbnak0f1n6k7spfh90s1c1c0b47ryxsri67"))
"0x8ik179sf38ihx2y24cvsa9d8isdmx2z27sjhcwq0r3xpjxpz1a"))
(modules '((guix build utils)))
;; Remove bundled sources of zlib, lz4, and xz. Don't attempt to build
;; them and link with system libraries instead.