gnu: r-glad: Update to 2.66.0.
* gnu/packages/bioconductor.scm (r-glad): Update to 2.66.0. Change-Id: I0b054d794790e0744aea5570b523fe37697152a9
This commit is contained in:
parent
4cc5a259ca
commit
e7b0370c46
1 changed files with 2 additions and 2 deletions
|
@ -7656,13 +7656,13 @@ manipulating genomic intervals and variables defined along a genome.")
|
||||||
(define-public r-glad
|
(define-public r-glad
|
||||||
(package
|
(package
|
||||||
(name "r-glad")
|
(name "r-glad")
|
||||||
(version "2.64.0")
|
(version "2.66.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "GLAD" version))
|
(uri (bioconductor-uri "GLAD" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0fi7wwn0ai4bwy8wgwl4dh3fbl6zhrkcy662dc1fcnk5i7rnv3y5"))))
|
"04wyzn56crz7sa453qj07p90vvg8nwrqz54m9ms9vf9z8adpck51"))))
|
||||||
(properties `((upstream-name . "GLAD")))
|
(properties `((upstream-name . "GLAD")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs (list gsl))
|
(inputs (list gsl))
|
||||||
|
|
Reference in a new issue