me
/
guix
Archived
1
0
Fork 0

gnu: r-genomicfeatures: Update to 1.42.2.

* gnu/packages/bioinformatics.scm (r-genomicfeatures): Update to 1.42.2.
master
Ricardo Wurmus 2021-03-15 15:02:43 +01:00
parent f10f2745eb
commit 14204d696c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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