me
/
guix
Archived
1
0
Fork 0

gnu: r-genomicalignments: Update to 1.38.2.

* gnu/packages/bioconductor.scm (r-genomicalignments): Update to 1.38.2.

Change-Id: Ia521daa60db1fab67d77be2fddf356e6e4950efd
master
Ricardo Wurmus 2024-01-18 16:01:36 +01:00
parent 5ad5cb8c6e
commit a162ff0fa4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7755,13 +7755,13 @@ names in their natural, rather than lexicographic, order.")
(define-public r-genomicalignments
(package
(name "r-genomicalignments")
(version "1.38.1")
(version "1.38.2")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "GenomicAlignments" version))
(sha256
(base32
"0y54kdgb77xqni46pgff1by2ska2jaxfcpq6gk86wb2rym37wlxj"))))
"0i4n735xabdhlg7w2yd31lg65s9b6w12fhzij91hbcp0hs40fvw1"))))
(properties
`((upstream-name . "GenomicAlignments")))
(build-system r-build-system)