me
/
guix
Archived
1
0
Fork 0

gnu: r-gdsfmt: Update to 1.34.0.

* gnu/packages/bioconductor.scm (r-gdsfmt): Update to 1.34.0.
master
zimoun 2022-11-17 03:50:26 +01:00 committed by Ricardo Wurmus
parent 1d03230dc8
commit ba535c8148
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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