mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-genomicfeatures: Update to 1.54.3.
* gnu/packages/bioconductor.scm (r-genomicfeatures): Update to 1.54.3. Change-Id: I8c503aa209692357a7830b618f6dd0ac86b5e65c
This commit is contained in:
parent
c4e328a2b7
commit
6384b98d56
1 changed files with 2 additions and 2 deletions
|
@ -7972,13 +7972,13 @@ (define-public r-genomicdatacommons
|
|||
(define-public r-genomicfeatures
|
||||
(package
|
||||
(name "r-genomicfeatures")
|
||||
(version "1.54.1")
|
||||
(version "1.54.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "GenomicFeatures" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1b2rx16l7zd4lisqssbkcwi534s7m7h1w6k72km6c835x2cdxfs4"))))
|
||||
"1b78fss1nfyph6b7pv3ss6iv6r2qgrmx4klxvq8waz2nxvikxdl5"))))
|
||||
(properties
|
||||
`((upstream-name . "GenomicFeatures")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue