mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: r-annotatr: Update to 1.16.0.
* gnu/packages/bioconductor.scm (r-annotatr): Update to 1.16.0.
This commit is contained in:
parent
26e417063f
commit
458aa44622
1 changed files with 2 additions and 2 deletions
|
@ -5854,14 +5854,14 @@ (define-public r-biosigner
|
||||||
(define-public r-annotatr
|
(define-public r-annotatr
|
||||||
(package
|
(package
|
||||||
(name "r-annotatr")
|
(name "r-annotatr")
|
||||||
(version "1.14.0")
|
(version "1.16.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
|
||||||
"0z3ydcybd81w543fw8fiblghndx5m28w8qsphh5vqj726i0nj8cl"))))
|
"0dq67snpqxl9mifljm6zlnkdb0ghjwday0fvcn3i7zmrfszgzyf9"))))
|
||||||
(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