mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: r-genomeinfodb: Update to 1.32.4.
* gnu/packages/bioconductor.scm (r-genomeinfodb): Update to 1.32.4.
This commit is contained in:
parent
ba6a3e7d39
commit
a15ad5ebe3
1 changed files with 2 additions and 2 deletions
|
@ -4329,13 +4329,13 @@ (define-public r-genomation
|
|||
(define-public r-genomeinfodb
|
||||
(package
|
||||
(name "r-genomeinfodb")
|
||||
(version "1.32.3")
|
||||
(version "1.32.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "GenomeInfoDb" version))
|
||||
(sha256
|
||||
(base32
|
||||
"17nwcq2ivj3bdibdywfyjq4n6z0djispbh9ahqa55sp31ksq41xh"))))
|
||||
"0z2bqr0zrl3r2kcqs72ny8p1psf8w1sgbr7qjjknxdv1qp8m2j7v"))))
|
||||
(properties
|
||||
`((upstream-name . "GenomeInfoDb")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue