gnu: r-annotatr: Update to 1.20.0.
* gnu/packages/bioconductor.scm (r-annotatr): Update to 1.20.0.master
parent
b960dc7be5
commit
4940f6d680
|
@ -9509,14 +9509,14 @@ datasets.")
|
||||||
(define-public r-annotatr
|
(define-public r-annotatr
|
||||||
(package
|
(package
|
||||||
(name "r-annotatr")
|
(name "r-annotatr")
|
||||||
(version "1.18.1")
|
(version "1.20.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "annotatr" version))
|
(uri (bioconductor-uri "annotatr" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ls1qdfppcxysggi3bghrnspb5a3s40pm2mj4x0whc7c40cf90mg"))))
|
"1ha2wn56cdab4p3wdwv4xlqjsgl7sd8phbx71qbclrbdwpq2mi7i"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-annotationdbi" ,r-annotationdbi)
|
`(("r-annotationdbi" ,r-annotationdbi)
|
||||||
|
|
Reference in New Issue