gnu: r-iranges: Update to 2.38.1.

* gnu/packages/bioconductor.scm (r-iranges): Update to 2.38.1.

Change-Id: I95d34fb3f339590c1980b7a77093835baa0e0136
This commit is contained in:
Ricardo Wurmus 2024-08-16 20:53:46 +02:00
parent defb0e7676
commit e00e778eee
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -6192,13 +6192,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.38.0") (version "2.38.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
"047688hrxyg2hxd1wbywxqnvxk1622xlldzana9g5hhxg9lldrk2")))) "07q9j00rvgdbv582p01nxc99j0gfx4fsarpl1w1fjx5nb8y86k4v"))))
(properties (properties
`((upstream-name . "IRanges"))) `((upstream-name . "IRanges")))
(build-system r-build-system) (build-system r-build-system)