mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: r-genomicranges: Update to 1.24.2.
* gnu/packages/bioinformatics.scm (r-genomicranges): Update to 1.24.2.
This commit is contained in:
parent
ae60f3801a
commit
362f39d667
1 changed files with 2 additions and 2 deletions
|
@ -4732,13 +4732,13 @@ (define-public r-xvector
|
||||||
(define-public r-genomicranges
|
(define-public r-genomicranges
|
||||||
(package
|
(package
|
||||||
(name "r-genomicranges")
|
(name "r-genomicranges")
|
||||||
(version "1.24.0")
|
(version "1.24.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "GenomicRanges" version))
|
(uri (bioconductor-uri "GenomicRanges" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1iyzg1npl3rnnslwq3h759vf0xhshnn5v801rnlj6bnxzhn9yaqh"))))
|
"183kdz76rz93v69k6x684bpwa28xixp83bsyf6xfy182h6vh8x89"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "GenomicRanges")))
|
`((upstream-name . "GenomicRanges")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Reference in a new issue