mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: r-genomeinfodb: Update to 1.38.2.
* gnu/packages/bioconductor.scm (r-genomeinfodb): Update to 1.38.2. Change-Id: I17852db375cc7e833d100998c89751e68f3d4362
This commit is contained in:
parent
73e20717d0
commit
5883f6d17f
1 changed files with 2 additions and 2 deletions
|
@ -7611,13 +7611,13 @@ (define-public r-genomation
|
|||
(define-public r-genomeinfodb
|
||||
(package
|
||||
(name "r-genomeinfodb")
|
||||
(version "1.38.0")
|
||||
(version "1.38.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "GenomeInfoDb" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1a82xx1ijmfxk6d4pjqy45cdrnf75yrs7l7l64brl5d5dif45s42"))))
|
||||
"07xncxak8yjy04m7zh779jfjbsdmdbk8a5xs4rbajx4zp3hm4wb7"))))
|
||||
(properties
|
||||
`((upstream-name . "GenomeInfoDb")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue