rekado pushed a commit to branch master
in repository guix.
commit 0cc4deb017cad45025f38453cf7cd1e5c7bf55e6
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat Jun 5 08:50:07 2021 +0200
gnu: r-gdsfmt: Update to 1.28.0.
* gnu/packages/bioconductor.scm (r-gdsfmt): Update to 1.28.0.
---
gnu/packages/bioconductor.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index aa535cf..1c50614 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -10225,14 +10225,14 @@ metrics, with methods for objects produced by the
@code{methylumi} and
(define-public r-gdsfmt
(package
(name "r-gdsfmt")
- (version "1.26.1")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "gdsfmt" version))
(sha256
(base32
- "0f5vn8h5fzzazcv92sgrf85hc4xkkizk2wwml9mzjd8ya2fkwg8n"))
+ "119qdivd7vaaqkjb0nrwidi6g26hh8znhif3g4prqn7x5pl2clvy"))
(modules '((guix build utils)))
;; Remove bundled sources of zlib, lz4, and xz. Don't attempt to build
;; them and link with system libraries instead.