mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: r-plyranges: Update to 1.24.0.
* gnu/packages/bioconductor.scm (r-plyranges): Update to 1.24.0. Change-Id: I99a8d90d6286e1d1fc3ec2ee02fa11d327bd49d0
This commit is contained in:
parent
48e8e177c4
commit
5452fb5042
1 changed files with 2 additions and 2 deletions
|
@ -14006,13 +14006,13 @@ (define-public r-plgem
|
|||
(define-public r-plyranges
|
||||
(package
|
||||
(name "r-plyranges")
|
||||
(version "1.22.0")
|
||||
(version "1.24.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "plyranges" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1z4pc9slbd6ji3c6g9flxhvvf0anjmywrlnjblv1mpgsh88avp7w"))))
|
||||
"0rh5l6bd80nhffqpnnc2c00mvp8p32ykld05h94c3y8c9mvmsl58"))))
|
||||
(properties `((upstream-name . "plyranges")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-biocgenerics
|
||||
|
|
Loading…
Reference in a new issue