1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 11:30:44 +02:00

gnu: r-zlibbioc: Update to 1.54.0.

* gnu/packages/bioconductor.scm (r-zlibbioc): Update to 1.54.0.

Change-Id: I104177a6f6c8bac55141089003965952c21f4a3d
This commit is contained in:
Ricardo Wurmus 2025-04-29 18:56:03 +02:00
parent f2cdf02186
commit ec6d63ad26
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -15005,13 +15005,13 @@ describing each of the graphs.")
(define-public r-zlibbioc
(package
(name "r-zlibbioc")
(version "1.52.0")
(version "1.54.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "zlibbioc" version))
(sha256
(base32
"0nz17g5dvj57c72csnpnfvylsq3z3c0qxvgsp7l2lcns9xc9rdnz"))))
"0ll3v5b9yk63rqiwm4g0dwan22mqkj2lv1b6czwghbpl1jpv2jrd"))))
(properties
`((upstream-name . "zlibbioc")))
(build-system r-build-system)