gnu: r-iranges: Update to 2.4.8.
* gnu/packages/bioinformatics.scm (r-iranges): Update to 2.4.8.
This commit is contained in:
parent
8921841da8
commit
27acfaea4c
|
@ -3724,13 +3724,13 @@ S4Vectors package itself.")
|
||||||
(define-public r-iranges
|
(define-public r-iranges
|
||||||
(package
|
(package
|
||||||
(name "r-iranges")
|
(name "r-iranges")
|
||||||
(version "2.4.6")
|
(version "2.4.8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "IRanges" version))
|
(uri (bioconductor-uri "IRanges" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00x0266sys1fc5ipa639y84p6m6mgspk2xb099vcwmd3w4hypj9d"))))
|
"0hi5k1j5jm4xrg1l506g279qw1xkvp1gg1zgsjzpbng4vx4k4iyl"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "IRanges")
|
`((upstream-name . "IRanges")
|
||||||
(r-repository . bioconductor)))
|
(r-repository . bioconductor)))
|
||||||
|
|
Loading…
Reference in New Issue