me
/
guix
Archived
1
0
Fork 0

gnu: r-genomicranges: Update to 1.56.0.

* gnu/packages/bioconductor.scm (r-genomicranges): Update to 1.56.0.

Change-Id: If3a2bee7626fc0ff189baf5454ecd32ec924dccc
master
Ricardo Wurmus 2024-05-07 12:33:00 +02:00
parent d8967c42bd
commit e86eca3600
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8285,13 +8285,13 @@ provide added flexibility for data combination and manipulation.")
(define-public r-genomicranges
(package
(name "r-genomicranges")
(version "1.54.1")
(version "1.56.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "GenomicRanges" version))
(sha256
(base32
"1vrs3r8dyhhwj0s3vwvr168s84x5hj10lnpg1xf5c2kbj26bdv0w"))))
"18z890h4mwgizwqpz0hglgd0gmvv269cccb6i4rl3x93b519i0wx"))))
(properties
`((upstream-name . "GenomicRanges")))
(build-system r-build-system)