mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: r-iranges: Update to 2.22.2.
* gnu/packages/bioinformatics.scm (r-iranges): Update to 2.22.2.
This commit is contained in:
parent
f189f536be
commit
8a38b676da
1 changed files with 2 additions and 2 deletions
|
@ -7664,13 +7664,13 @@ S4Vectors package itself.")
|
|||
(define-public r-iranges
|
||||
(package
|
||||
(name "r-iranges")
|
||||
(version "2.20.2")
|
||||
(version "2.22.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "IRanges" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1jhnxb9yacmj2z82b6992gihjvj1a0gnjwbjiagyyx03fqnv23kg"))))
|
||||
"1y24jw62806wp2afiyj1x6n00gj7d3323klqdypra9q43pg1w49d"))))
|
||||
(properties
|
||||
`((upstream-name . "IRanges")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue