1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-26 11:01:48 +02:00

gnu: r-gdsfmt: Update to 1.44.0.

* gnu/packages/bioconductor.scm (r-gdsfmt): Update to 1.44.0.

Change-Id: Ib3eff728140fa1932faed3b8473bc31cc1a9777c
This commit is contained in:
Ricardo Wurmus
2025-04-29 21:04:25 +02:00
parent dde8477c15
commit 57014db330
+2 -2
View File
@@ -22611,14 +22611,14 @@ metrics, with methods for objects produced by the @code{methylumi} and
(define-public r-gdsfmt
(package
(name "r-gdsfmt")
(version "1.42.1")
(version "1.44.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "gdsfmt" version))
(sha256
(base32
"058qh3vbxj9ix8fn995l66ynjzd40lxs9qr1vq7v2fxbmy4rzc0q"))
"1zp7ydzg492ifnlypc0ypfi6a0jq6c1gv5ckwcwzwmqfwavk5jfq"))
(modules '((guix build utils)))
;; Remove bundled sources of zlib, lz4, and xz. Don't attempt to build
;; them and link with system libraries instead.