mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-annotationfuncs: Update to 1.40.0.
* gnu/packages/bioconductor.scm (r-annotationfuncs): Update to 1.40.0.
This commit is contained in:
parent
8a7f7112f1
commit
bc12a4b660
1 changed files with 2 additions and 2 deletions
|
@ -4597,14 +4597,14 @@ the brain using an ontology, both provided by the Allen Brain Atlas project.")
|
||||||
(define-public r-annotationfuncs
|
(define-public r-annotationfuncs
|
||||||
(package
|
(package
|
||||||
(name "r-annotationfuncs")
|
(name "r-annotationfuncs")
|
||||||
(version "1.38.0")
|
(version "1.40.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "AnnotationFuncs" version))
|
(uri (bioconductor-uri "AnnotationFuncs" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1yfsxzn7s1nlc3xz2yj39j6hmdfapc9qj9h0cd71gkaxj53ial7d"))))
|
"0xsm7741zm81bi4c9hy0zaacnk8a6bahdpc6srqzrbsz0pfzdyhr"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "AnnotationFuncs")))
|
`((upstream-name . "AnnotationFuncs")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue