mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
gnu: r-annotationdbi: Update to 1.54.1.
* gnu/packages/bioconductor.scm (r-annotationdbi): Update to 1.54.1.
This commit is contained in:
parent
f70ff65e0e
commit
49e8978452
1 changed files with 2 additions and 2 deletions
|
@ -1946,13 +1946,13 @@ (define-public r-annotate
|
|||
(define-public r-annotationdbi
|
||||
(package
|
||||
(name "r-annotationdbi")
|
||||
(version "1.54.0")
|
||||
(version "1.54.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "AnnotationDbi" version))
|
||||
(sha256
|
||||
(base32
|
||||
"117zh7iqa6phsrxrkv45kxraamm3vbfz5i1a8vkhyalhdbs5ssph"))))
|
||||
"0fcammls431pgmp47r85k0zh3bz42bajbqdmafd31kpqncc1ijal"))))
|
||||
(properties
|
||||
`((upstream-name . "AnnotationDbi")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue