gnu: r-gdsfmt: Update to 1.42.1.

* gnu/packages/bioconductor.scm (r-gdsfmt): Update to 1.42.1.
[properties]: Record updater-extra-native-inputs.

Change-Id: Ibcea9f259f8bf1ae1fc8eedd64f2942c98785dcd
This commit is contained in:
Ricardo Wurmus 2025-02-27 12:36:28 +01:00
parent 60bed6ded7
commit f1106337ec
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -22090,14 +22090,14 @@ metrics, with methods for objects produced by the @code{methylumi} and
(define-public r-gdsfmt (define-public r-gdsfmt
(package (package
(name "r-gdsfmt") (name "r-gdsfmt")
(version "1.42.0") (version "1.42.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "gdsfmt" version)) (uri (bioconductor-uri "gdsfmt" version))
(sha256 (sha256
(base32 (base32
"0snq2n202gfzx4mk7h2nkmz48nralq3hr20qgarxmk6kcw97zav4")) "058qh3vbxj9ix8fn995l66ynjzd40lxs9qr1vq7v2fxbmy4rzc0q"))
(modules '((guix build utils))) (modules '((guix build utils)))
;; Remove bundled sources of zlib, lz4, and xz. Don't attempt to build ;; Remove bundled sources of zlib, lz4, and xz. Don't attempt to build
;; them and link with system libraries instead. ;; them and link with system libraries instead.
@ -22122,7 +22122,8 @@ metrics, with methods for objects produced by the @code{methylumi} and
(string-append "include <" header ">"))))))) (string-append "include <" header ">")))))))
(properties (properties
`((upstream-name . "gdsfmt") `((upstream-name . "gdsfmt")
(updater-extra-inputs . ("lz4" "xz" "zlib")))) (updater-extra-inputs . ("lz4" "xz" "zlib"))
(updater-extra-native-inputs . ("r-matrix"))))
(build-system r-build-system) (build-system r-build-system)
(inputs (inputs
(list lz4 xz zlib)) (list lz4 xz zlib))