mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: r-genomeinfodb: Update to 1.18.2.
* gnu/packages/bioinformatics.scm (r-genomeinfodb): Update to 1.18.2.
This commit is contained in:
parent
8972989e10
commit
fff11bccc6
1 changed files with 2 additions and 2 deletions
|
@ -7239,13 +7239,13 @@ ID and species. It is used by functions in the GenomeInfoDb package.")
|
|||
(define-public r-genomeinfodb
|
||||
(package
|
||||
(name "r-genomeinfodb")
|
||||
(version "1.18.1")
|
||||
(version "1.18.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "GenomeInfoDb" version))
|
||||
(sha256
|
||||
(base32
|
||||
"049pyzr8iszv3g7wdqf3pz7vg7bzd450c20ln6fgw4g5xnkkr10s"))))
|
||||
"07bm35jcczpyxap0b3gky4b28z38z423sngzsm19d9krjxr76b5p"))))
|
||||
(properties
|
||||
`((upstream-name . "GenomeInfoDb")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue