gnu: r-plyranges: Update to 1.24.0.
* gnu/packages/bioconductor.scm (r-plyranges): Update to 1.24.0. Change-Id: I99a8d90d6286e1d1fc3ec2ee02fa11d327bd49d0master
parent
48e8e177c4
commit
5452fb5042
|
@ -14006,13 +14006,13 @@ genes or proteins in these datasets.")
|
||||||
(define-public r-plyranges
|
(define-public r-plyranges
|
||||||
(package
|
(package
|
||||||
(name "r-plyranges")
|
(name "r-plyranges")
|
||||||
(version "1.22.0")
|
(version "1.24.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "plyranges" version))
|
(uri (bioconductor-uri "plyranges" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1z4pc9slbd6ji3c6g9flxhvvf0anjmywrlnjblv1mpgsh88avp7w"))))
|
"0rh5l6bd80nhffqpnnc2c00mvp8p32ykld05h94c3y8c9mvmsl58"))))
|
||||||
(properties `((upstream-name . "plyranges")))
|
(properties `((upstream-name . "plyranges")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-biocgenerics
|
(propagated-inputs (list r-biocgenerics
|
||||||
|
|
Reference in New Issue