me
/
guix
Archived
1
0
Fork 0

gnu: r-genomeinfodb: Update to 1.32.3.

* gnu/packages/bioconductor.scm (r-genomeinfodb): Update to 1.32.3.
master
Efraim Flashner 2022-08-28 15:47:58 +03:00
parent 0aeedfb89a
commit 444c300e3e
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -4328,13 +4328,13 @@ genomic intervals. In addition, it can use BAM or BigWig files as input.")
(define-public r-genomeinfodb
(package
(name "r-genomeinfodb")
(version "1.32.2")
(version "1.32.3")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "GenomeInfoDb" version))
(sha256
(base32
"1n37bwb2fqmdgqbn19rgsd2qn8vbdhv6khdwjr7v12bwabcbx9xh"))))
"17nwcq2ivj3bdibdywfyjq4n6z0djispbh9ahqa55sp31ksq41xh"))))
(properties
`((upstream-name . "GenomeInfoDb")))
(build-system r-build-system)