gnu: r-iranges: Update to 2.38.0.
* gnu/packages/bioconductor.scm (r-iranges): Update to 2.38.0. Change-Id: I9e1a24614dcfc179a5659b3bccdde26cb7b06dabmaster
parent
f4c03a251e
commit
b4d31f1a10
|
@ -6192,13 +6192,13 @@ over-abundant or less-abundant as compared to that of normal cells.")
|
||||||
(define-public r-iranges
|
(define-public r-iranges
|
||||||
(package
|
(package
|
||||||
(name "r-iranges")
|
(name "r-iranges")
|
||||||
(version "2.36.0")
|
(version "2.38.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "IRanges" version))
|
(uri (bioconductor-uri "IRanges" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0rhh82hrsm32bdjamfah84p7zi8fvr4shyq2rdjfxzdp9qy5rh2q"))))
|
"047688hrxyg2hxd1wbywxqnvxk1622xlldzana9g5hhxg9lldrk2"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "IRanges")))
|
`((upstream-name . "IRanges")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Reference in New Issue