mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: r-genomicranges: Update to 1.54.1.
* gnu/packages/bioconductor.scm (r-genomicranges): Update to 1.54.1. Change-Id: I25c93f71691f7d8348c9a7580cd80b8a586a409e
This commit is contained in:
parent
2d2a79ca21
commit
4cc5a259ca
1 changed files with 2 additions and 2 deletions
|
@ -7629,13 +7629,13 @@ (define-public r-genomicfiles
|
|||
(define-public r-genomicranges
|
||||
(package
|
||||
(name "r-genomicranges")
|
||||
(version "1.52.0")
|
||||
(version "1.54.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "GenomicRanges" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0vbr8nqn4pk0w3wx94q4f44psy6lxgx4b7p8hp0vf46flwggj2lj"))))
|
||||
"1vrs3r8dyhhwj0s3vwvr168s84x5hj10lnpg1xf5c2kbj26bdv0w"))))
|
||||
(properties
|
||||
`((upstream-name . "GenomicRanges")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue