mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-30 14:26:48 +01:00
gnu: r-genomicfeatures: Update to 1.52.1.
* gnu/packages/bioconductor.scm (r-genomicfeatures): Update to 1.52.1.
This commit is contained in:
parent
2b62bc3f67
commit
3193a2a04d
1 changed files with 2 additions and 2 deletions
|
@ -6971,13 +6971,13 @@ (define-public r-genomicalignments
|
|||
(define-public r-genomicfeatures
|
||||
(package
|
||||
(name "r-genomicfeatures")
|
||||
(version "1.52.0")
|
||||
(version "1.52.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "GenomicFeatures" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0sccj6py15g5ihdrpzwn7j71wkqwljay8p2yn2wkd8142cfsr7x3"))))
|
||||
"166l0pzg00kaagg3adnx1xy5bgmv42lm06a47i30lh14dc0k79wq"))))
|
||||
(properties
|
||||
`((upstream-name . "GenomicFeatures")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue