mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: r-genomicfeatures: Update to 1.24.2.
* gnu/packages/bioinformatics.scm (r-genomicfeatures): Update to 1.24.2.
This commit is contained in:
parent
192e1ea8d1
commit
8ede249e0a
1 changed files with 2 additions and 2 deletions
|
@ -4504,13 +4504,13 @@ (define-public r-rtracklayer
|
|||
(define-public r-genomicfeatures
|
||||
(package
|
||||
(name "r-genomicfeatures")
|
||||
(version "1.24.0")
|
||||
(version "1.24.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "GenomicFeatures" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1rfqxq6brrfzdajxd6ydbfaag0529d1cpjihvagmf8124prx2b2f"))))
|
||||
"0ga5a7w8jnnq2k0kc07mshl6cggmbhzh42pzvhnilgl4x3kpbysl"))))
|
||||
(properties
|
||||
`((upstream-name . "GenomicFeatures")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue