gnu: r-iranges: Update to 2.34.1.

* gnu/packages/bioconductor.scm (r-iranges): Update to 2.34.1.
This commit is contained in:
Ricardo Wurmus 2023-07-11 20:16:53 +02:00
parent 5eaf9f6b83
commit b864a5956f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5125,13 +5125,13 @@ over-abundant or less-abundant as compared to that of normal cells.")
(define-public r-iranges (define-public r-iranges
(package (package
(name "r-iranges") (name "r-iranges")
(version "2.34.0") (version "2.34.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "IRanges" version)) (uri (bioconductor-uri "IRanges" version))
(sha256 (sha256
(base32 (base32
"13kmh5zik3gw4jzh666zd3vmv915fcac5lx76s9q38x01m4gd7ld")))) "013a3vcw1v5vn0sg2d9cwrdksch48kilvxp8cr79y0nr4vk58q9z"))))
(properties (properties
`((upstream-name . "IRanges"))) `((upstream-name . "IRanges")))
(build-system r-build-system) (build-system r-build-system)