me
/
guix
Archived
1
0
Fork 0

gnu: r-iranges: Update to 2.36.0.

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

Change-Id: Ie62dd9084be5a97c6b82c90b7b49a1e5cfef9a77
master
Ricardo Wurmus 2023-11-03 16:51:54 +01:00
parent 4d978fcd17
commit 71ef609861
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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