mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: r-iranges: Update to 2.34.0.
* gnu/packages/bioconductor.scm (r-iranges): Update to 2.34.0.
This commit is contained in:
parent
116bc67509
commit
a0846151b3
1 changed files with 2 additions and 2 deletions
|
@ -5036,13 +5036,13 @@ (define-public r-infercnv
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue