mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-30 14:26:48 +01:00
gnu: r-iranges: Update to 2.34.1.
* gnu/packages/bioconductor.scm (r-iranges): Update to 2.34.1.
This commit is contained in:
parent
5eaf9f6b83
commit
b864a5956f
1 changed files with 2 additions and 2 deletions
|
@ -5125,13 +5125,13 @@ (define-public r-infercnv
|
|||
(define-public r-iranges
|
||||
(package
|
||||
(name "r-iranges")
|
||||
(version "2.34.0")
|
||||
(version "2.34.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "IRanges" version))
|
||||
(sha256
|
||||
(base32
|
||||
"13kmh5zik3gw4jzh666zd3vmv915fcac5lx76s9q38x01m4gd7ld"))))
|
||||
"013a3vcw1v5vn0sg2d9cwrdksch48kilvxp8cr79y0nr4vk58q9z"))))
|
||||
(properties
|
||||
`((upstream-name . "IRanges")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue