gnu: r-genomicranges: Update to 1.26.4.
* gnu/packages/bioinformatics.scm (r-genomicranges): Update to 1.26.4.
This commit is contained in:
parent
69b356efce
commit
4cd4721dbb
|
@ -6484,13 +6484,13 @@ different technologies, including microarrays, RNA-seq, and quantitative PCR.")
|
|||
(define-public r-genomicranges
|
||||
(package
|
||||
(name "r-genomicranges")
|
||||
(version "1.26.2")
|
||||
(version "1.26.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "GenomicRanges" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0if5dswkp77lyqppd0z2iyvnwag9h1gsr03707s8npcx13mzpsia"))))
|
||||
"1789ycqzv20d8p1axkxrhsz9v0ww6w1dk2mfvm85p8j53zd1f67c"))))
|
||||
(properties
|
||||
`((upstream-name . "GenomicRanges")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in New Issue