mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-24 11:16:38 +01:00
gnu: r-genomicfeatures: Update to 1.50.4.
* gnu/packages/bioconductor.scm (r-genomicfeatures): Update to 1.50.4.
This commit is contained in:
parent
5b0984393c
commit
705d024b14
1 changed files with 2 additions and 2 deletions
|
@ -6162,13 +6162,13 @@ (define-public r-genomicalignments
|
|||
(define-public r-genomicfeatures
|
||||
(package
|
||||
(name "r-genomicfeatures")
|
||||
(version "1.50.3")
|
||||
(version "1.50.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "GenomicFeatures" version))
|
||||
(sha256
|
||||
(base32
|
||||
"14pn7lngayascj5k84g2g748assbivpiakss247cdj9ngzx5sfwz"))))
|
||||
"1qsr433nh225pk5ngsrjrf2rfv7ynq4c8qsjfjr7khy2z9czlg6n"))))
|
||||
(properties
|
||||
`((upstream-name . "GenomicFeatures")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue