mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-20 05:37:34 -05:00
gnu: r-annotatr: Update to 1.18.1.
* gnu/packages/bioconductor.scm (r-annotatr): Update to 1.18.1.
This commit is contained in:
parent
73fa220b43
commit
8d9626dd7d
1 changed files with 2 additions and 2 deletions
|
@ -9329,14 +9329,14 @@ (define-public r-biosigner
|
||||||
(define-public r-annotatr
|
(define-public r-annotatr
|
||||||
(package
|
(package
|
||||||
(name "r-annotatr")
|
(name "r-annotatr")
|
||||||
(version "1.18.0")
|
(version "1.18.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "annotatr" version))
|
(uri (bioconductor-uri "annotatr" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pcf4jrq05bmfxph41hmdx1x147k1ay5fl2h488y1s4h8qm3c67p"))))
|
"1ls1qdfppcxysggi3bghrnspb5a3s40pm2mj4x0whc7c40cf90mg"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-annotationdbi" ,r-annotationdbi)
|
`(("r-annotationdbi" ,r-annotationdbi)
|
||||||
|
|
Loading…
Reference in a new issue