gnu: r-genomicranges: Update to 1.24.0.
* gnu/packages/bioinformatics.scm (r-genomicranges): Update to 1.24.0.
This commit is contained in:
parent
e782ca3e97
commit
828980cad6
|
@ -4210,13 +4210,13 @@ coding changes and predict coding outcomes.")
|
|||
(define-public r-genomicranges
|
||||
(package
|
||||
(name "r-genomicranges")
|
||||
(version "1.22.4")
|
||||
(version "1.24.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "GenomicRanges" version))
|
||||
(sha256
|
||||
(base32
|
||||
"02df5683nrpn9d10ws8jz9b55nr9055hh882xp2i154xdddir0k0"))))
|
||||
"1iyzg1npl3rnnslwq3h759vf0xhshnn5v801rnlj6bnxzhn9yaqh"))))
|
||||
(properties
|
||||
`((upstream-name . "GenomicRanges")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in New Issue