gnu: r-glad: Update to 2.64.0.

* gnu/packages/bioconductor.scm (r-glad): Update to 2.64.0.
This commit is contained in:
Ricardo Wurmus 2023-04-28 17:59:54 +02:00
parent a6f4e6e7fb
commit 5cb6453b43
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6983,13 +6983,13 @@ (define-public r-genomicranges
(define-public r-glad
(package
(name "r-glad")
(version "2.62.0")
(version "2.64.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "GLAD" version))
(sha256
(base32
"0gb52ic5r6nkgm2ynm174vcvbmkbhhjgv71lsmxpxzcsb6rr7qj6"))))
"0fi7wwn0ai4bwy8wgwl4dh3fbl6zhrkcy662dc1fcnk5i7rnv3y5"))))
(properties `((upstream-name . "GLAD")))
(build-system r-build-system)
(inputs (list gsl))