me
/
guix
Archived
1
0
Fork 0

gnu: r-annotationfuncs: Update to 1.40.0.

* gnu/packages/bioconductor.scm (r-annotationfuncs): Update to 1.40.0.
master
zimoun 2020-10-30 15:51:46 +01:00 committed by Ricardo Wurmus
parent 8a7f7112f1
commit bc12a4b660
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4597,14 +4597,14 @@ the brain using an ontology, both provided by the Allen Brain Atlas project.")
(define-public r-annotationfuncs
(package
(name "r-annotationfuncs")
(version "1.38.0")
(version "1.40.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "AnnotationFuncs" version))
(sha256
(base32
"1yfsxzn7s1nlc3xz2yj39j6hmdfapc9qj9h0cd71gkaxj53ial7d"))))
"0xsm7741zm81bi4c9hy0zaacnk8a6bahdpc6srqzrbsz0pfzdyhr"))))
(properties
`((upstream-name . "AnnotationFuncs")))
(build-system r-build-system)