gnu: r-annotate: Update to 1.82.0.
* gnu/packages/bioconductor.scm (r-annotate): Update to 1.82.0. Change-Id: I9940d1837c62c2421513021fe12fb87e629ba0dfmaster
parent
55dca2271e
commit
cb56dc94bc
|
@ -6771,14 +6771,14 @@ structure.")
|
||||||
(define-public r-annotate
|
(define-public r-annotate
|
||||||
(package
|
(package
|
||||||
(name "r-annotate")
|
(name "r-annotate")
|
||||||
(version "1.80.0")
|
(version "1.82.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "annotate" version))
|
(uri (bioconductor-uri "annotate" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"10mdlbgbvdj967bih6wpvxmy91r10p8frhgcwv8mhv4g94ardasd"))))
|
"1v4sq22lwrhl50whag0jil788wwvi4rpdaij03iwak93q998ls0f"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-annotationdbi
|
(list r-annotationdbi
|
||||||
|
|
Reference in New Issue