me
/
guix
Archived
1
0
Fork 0

gnu: r-genomicfeatures: Update to 1.42.1.

* gnu/packages/bioinformatics.scm (r-genomicfeatures): Update to 1.42.1.
master
Roel Janssen 2020-11-18 16:03:39 +01:00 committed by Ricardo Wurmus
parent 92377e7fea
commit 26e2184fc1
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8433,13 +8433,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.40.1")
(version "1.42.1")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "GenomicFeatures" version))
(sha256
(base32
"0zm7q957g952qyfqmvf27sldsnq6sqd0wlgnqzvmxayg9pxh0l0z"))))
"17dyd9hcw6pw16y353dh55wfhxmkxka99lbsxsp9xyrhffwrxi0s"))))
(properties
`((upstream-name . "GenomicFeatures")))
(build-system r-build-system)