mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: r-annotatr: Update to 1.12.1.
* gnu/packages/bioconductor.scm (r-annotatr): Update to 1.12.1.
This commit is contained in:
parent
4390788ea2
commit
700072565f
1 changed files with 2 additions and 2 deletions
|
@ -5155,14 +5155,14 @@ (define-public r-biosigner
|
||||||
(define-public r-annotatr
|
(define-public r-annotatr
|
||||||
(package
|
(package
|
||||||
(name "r-annotatr")
|
(name "r-annotatr")
|
||||||
(version "1.10.0")
|
(version "1.12.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
|
||||||
"1zlhy6swfgqjhhcqn8c6akxd4c4z8p85swfh095imji7hxnlhh1f"))))
|
"1bibk3p1q4cavqy11xs6rqqhqdjsq2dd7lf7blwcr27s5ajcd6dj"))))
|
||||||
(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