me
/
guix
Archived
1
0
Fork 0

gnu: r-rtracklayer: Update to 1.56.0.

* gnu/packages/bioconductor.scm (r-rtracklayer): Update to 1.56.0.
master
Ricardo Wurmus 2022-05-28 12:44:44 +02:00
parent 990ee0c7cc
commit ea283a3cda
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4940,13 +4940,13 @@ tab-delimited (tabix) files.")
(define-public r-rtracklayer
(package
(name "r-rtracklayer")
(version "1.54.0")
(version "1.56.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "rtracklayer" version))
(sha256
(base32
"11bh9khra2qdmicppi6ya43kf8f1z13ak92vkl6nr5f20k54cphc"))))
"1d9sak1xrrkcvj0q3vnp6w2k0nx2k2ajhsbq0dyb4nhcghp5w8fd"))))
(build-system r-build-system)
(arguments
`(#:phases