mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
gnu: r-glad: Update to 2.64.0.
* gnu/packages/bioconductor.scm (r-glad): Update to 2.64.0.
This commit is contained in:
parent
a6f4e6e7fb
commit
5cb6453b43
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue