mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: r-genomicranges: Update to 1.50.2.
* gnu/packages/bioconductor.scm (r-genomicranges): Update to 1.50.2.
This commit is contained in:
parent
a4362f4599
commit
b035f07cc2
1 changed files with 2 additions and 2 deletions
|
@ -5949,13 +5949,13 @@ (define-public r-genomicfiles
|
|||
(define-public r-genomicranges
|
||||
(package
|
||||
(name "r-genomicranges")
|
||||
(version "1.50.1")
|
||||
(version "1.50.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "GenomicRanges" version))
|
||||
(sha256
|
||||
(base32
|
||||
"14m4pvvd9m8kpc7k905km9vib7giq0i9g11bxc1ygw30ifi96966"))))
|
||||
"13b6bm6nrxx1vgzrzpf59c2lq5w8kjq9hsch5h037f0p9w3w5z9p"))))
|
||||
(properties
|
||||
`((upstream-name . "GenomicRanges")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue