mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: r-annotationfuncs: Update to 1.36.0.
* gnu/packages/bioconductor.scm (r-annotationfuncs): Update to 1.36.0.
This commit is contained in:
parent
eda4908556
commit
3a731c8334
1 changed files with 2 additions and 2 deletions
|
@ -3969,14 +3969,14 @@ (define-public r-abaenrichment
|
|||
(define-public r-annotationfuncs
|
||||
(package
|
||||
(name "r-annotationfuncs")
|
||||
(version "1.34.0")
|
||||
(version "1.36.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "AnnotationFuncs" version))
|
||||
(sha256
|
||||
(base32
|
||||
"12vh07x8s9y74h65q1pnjlma752pz29bmyyhlnqaiy83gsg26hm3"))))
|
||||
"0ws14b1ibqml7w8kj0gi7wdp6wd8dcdpnrmcxldjzsyawf17q0yq"))))
|
||||
(properties
|
||||
`((upstream-name . "AnnotationFuncs")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue