me
/
guix
Archived
1
0
Fork 0

gnu: r-iranges: Update to 2.34.0.

* gnu/packages/bioconductor.scm (r-iranges): Update to 2.34.0.
master
Ricardo Wurmus 2023-04-28 17:59:49 +02:00
parent 116bc67509
commit a0846151b3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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