gnu: r-genomicranges: Update to 1.30.2.
* gnu/packages/bioinformatics.scm (r-genomicranges): Update to 1.30.2.
This commit is contained in:
parent
e8484711c6
commit
824c200475
1 changed files with 2 additions and 2 deletions
|
@ -7089,13 +7089,13 @@ (define-public r-xvector
|
|||
(define-public r-genomicranges
|
||||
(package
|
||||
(name "r-genomicranges")
|
||||
(version "1.30.1")
|
||||
(version "1.30.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "GenomicRanges" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1wnvvhj8yjsx242y6kfr5vs8kzisa96rxl1rgnnychrrvnvnh3i1"))))
|
||||
"0c3r155603vb4zjs3adqa72770bh8karc11y8gl62l1m24jrkbnj"))))
|
||||
(properties
|
||||
`((upstream-name . "GenomicRanges")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue