me
/
guix
Archived
1
0
Fork 0

gnu: r-genomicalignments: Update to 1.32.0.

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

View File

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