me
/
guix
Archived
1
0
Fork 0

gnu: r-gdsfmt: Update to 1.30.0.

* gnu/packages/bioconductor.scm (r-gdsfmt): Update to 1.30.0.
master
Ricardo Wurmus 2021-11-04 22:04:35 +00:00
parent f3e1fe2b2f
commit 0837205009
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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