mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: r-genomeinfodb: Update to 1.24.2.
* gnu/packages/bioinformatics.scm (r-genomeinfodb): Update to 1.24.2.
This commit is contained in:
parent
f7d5721bc2
commit
55401384dc
1 changed files with 2 additions and 2 deletions
|
@ -7722,13 +7722,13 @@ (define-public r-genomeinfodbdata
|
|||
(define-public r-genomeinfodb
|
||||
(package
|
||||
(name "r-genomeinfodb")
|
||||
(version "1.24.0")
|
||||
(version "1.24.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "GenomeInfoDb" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ab92nq7lvhvhgp512qhiiphpby0b17c666qska6p8a636zzmqiv"))))
|
||||
"1cqs53p4m5q1dr59war72bccphy01ilw4xra24fmngrv4x32rznd"))))
|
||||
(properties
|
||||
`((upstream-name . "GenomeInfoDb")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue