me
/
guix
Archived
1
0
Fork 0

gnu: r-genomicalignments: Update to 1.36.0.

* gnu/packages/bioconductor.scm (r-genomicalignments): Update to 1.36.0.
master
Ricardo Wurmus 2023-04-28 17:59:54 +02:00
parent d87887a2ba
commit 8e72841e03
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6844,13 +6844,13 @@ names in their natural, rather than lexicographic, order.")
(define-public r-genomicalignments
(package
(name "r-genomicalignments")
(version "1.34.1")
(version "1.36.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "GenomicAlignments" version))
(sha256
(base32
"1c784ic85v64gflwwk22dh3f0m60q3z6y23d9jy3w8ydhda6gw0s"))))
"1irzcz9s97gqbyj9j71wxv2ikdfd8g14296fg33w2ykfdm80nzf0"))))
(properties
`((upstream-name . "GenomicAlignments")))
(build-system r-build-system)