mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: r-proxy: Update to 0.4-26.
* gnu/packages/cran.scm (r-proxy): Update to 0.4-26.
This commit is contained in:
parent
c8fcf4d8de
commit
ce5e71e820
1 changed files with 2 additions and 2 deletions
|
@ -3691,14 +3691,14 @@ (define-public r-ggally
|
|||
(define-public r-proxy
|
||||
(package
|
||||
(name "r-proxy")
|
||||
(version "0.4-25")
|
||||
(version "0.4-26")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "proxy" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1m893djrv6ckadmlx9n5bxfp0ycdh2w63sy6yxfyj1migvc7072f"))))
|
||||
"0k8sr24mjfvxp12sf1j9228ah3ngy15nqmm0jw14x5s32f1assv7"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://cran.r-project.org/web/packages/proxy")
|
||||
(synopsis "Distance and similarity measures")
|
||||
|
|
Loading…
Reference in a new issue