mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: r-annotationdbi: Update to 1.46.1.
* gnu/packages/bioinformatics.scm (r-annotationdbi): Update to 1.46.1.
This commit is contained in:
parent
aea33b475b
commit
e5bc6fce19
1 changed files with 2 additions and 2 deletions
|
@ -7631,13 +7631,13 @@ (define-public r-biobase
|
|||
(define-public r-annotationdbi
|
||||
(package
|
||||
(name "r-annotationdbi")
|
||||
(version "1.46.0")
|
||||
(version "1.46.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "AnnotationDbi" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0lfq5668a6sq4kqhxx78hl3jcaqdsaaliiybl9xyya2scdk8c29c"))))
|
||||
"13nanz4nzy0mcda8ljz2g8d81hpqfz6jky7ydz5hpk0g2264b9ga"))))
|
||||
(properties
|
||||
`((upstream-name . "AnnotationDbi")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue