me
/
guix
Archived
1
0
Fork 0

gnu: r-genomicfeatures: Update to 1.36.3.

* gnu/packages/bioinformatics.scm (r-genomicfeatures): Update to 1.36.3.
master
Ricardo Wurmus 2019-06-29 01:19:52 +02:00
parent c40bba2b36
commit dafd290d21
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7939,13 +7939,13 @@ as well as query and modify the browser state, such as the current viewport.")
(define-public r-genomicfeatures
(package
(name "r-genomicfeatures")
(version "1.36.1")
(version "1.36.3")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "GenomicFeatures" version))
(sha256
(base32
"02psq3jfgghdydwbydb1j792lvfg44l5npb44mx8d54ckr8658dd"))))
"0zkd57i5qjxsravv0gbyckc0wrnqzgxd61ibh3jmhmrccrr9ihn3"))))
(properties
`((upstream-name . "GenomicFeatures")))
(build-system r-build-system)