mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: r-glad: Update to 2.68.0.
* gnu/packages/bioconductor.scm (r-glad): Update to 2.68.0. Change-Id: I23a9ae3774df25944d152670505a33045a9d080a
This commit is contained in:
parent
e86eca3600
commit
d24da52e01
1 changed files with 2 additions and 2 deletions
|
@ -8312,13 +8312,13 @@ (define-public r-genomicranges
|
|||
(define-public r-glad
|
||||
(package
|
||||
(name "r-glad")
|
||||
(version "2.66.0")
|
||||
(version "2.68.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "GLAD" version))
|
||||
(sha256
|
||||
(base32
|
||||
"04wyzn56crz7sa453qj07p90vvg8nwrqz54m9ms9vf9z8adpck51"))))
|
||||
"01qn4v7b7b633dz01njzmg48lga861pfqnys9f0fbk9damxc6rr1"))))
|
||||
(properties `((upstream-name . "GLAD")))
|
||||
(build-system r-build-system)
|
||||
(inputs (list gsl))
|
||||
|
|
Loading…
Reference in a new issue