me
/
guix
Archived
1
0
Fork 0

gnu: r-gdsfmt: Update to 1.40.0.

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

Change-Id: I972ee519a6c81bb88577b8ec86ca7a6ff6ab39d6
master
Ricardo Wurmus 2024-05-07 13:07:07 +02:00
parent 2ff8b4be6d
commit c7dfb85604
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -19622,14 +19622,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.38.0") (version "1.40.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "gdsfmt" version)) (uri (bioconductor-uri "gdsfmt" version))
(sha256 (sha256
(base32 (base32
"03qgiww523kijrkciln3fw3djn20rnvwz2j0i3p518h6fbl7vlpm")) "1ska6q1800mmsxi6jilpnq4f6cy3vk0nb98gz3ik94lmbv2ram97"))
(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.