me
/
guix
Archived
1
0
Fork 0

gnu: r-glad: Update to 2.66.0.

* gnu/packages/bioconductor.scm (r-glad): Update to 2.66.0.

Change-Id: I0b054d794790e0744aea5570b523fe37697152a9
master
Ricardo Wurmus 2023-11-03 16:57:32 +01:00
parent 4cc5a259ca
commit e7b0370c46
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7656,13 +7656,13 @@ manipulating genomic intervals and variables defined along a genome.")
(define-public r-glad
(package
(name "r-glad")
(version "2.64.0")
(version "2.66.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "GLAD" version))
(sha256
(base32
"0fi7wwn0ai4bwy8wgwl4dh3fbl6zhrkcy662dc1fcnk5i7rnv3y5"))))
"04wyzn56crz7sa453qj07p90vvg8nwrqz54m9ms9vf9z8adpck51"))))
(properties `((upstream-name . "GLAD")))
(build-system r-build-system)
(inputs (list gsl))