mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: r-iranges: Update to 2.30.0.
* gnu/packages/bioconductor.scm (r-iranges): Update to 2.30.0.
This commit is contained in:
parent
48c3389314
commit
285b5cb7fa
1 changed files with 2 additions and 2 deletions
|
@ -2399,13 +2399,13 @@ (define-public r-ideoviz
|
|||
(define-public r-iranges
|
||||
(package
|
||||
(name "r-iranges")
|
||||
(version "2.28.0")
|
||||
(version "2.30.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "IRanges" version))
|
||||
(sha256
|
||||
(base32
|
||||
"07zs231wbfwwc1c1165rhp711fbss40p9l8kyjjv9flzpr3hr1pg"))))
|
||||
"0hfx5n0b4pqrrc1w2dik596803ly8ffnxfs768iy5l5kr8wwyc8k"))))
|
||||
(properties
|
||||
`((upstream-name . "IRanges")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue