mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -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
|
(define-public r-proxy
|
||||||
(package
|
(package
|
||||||
(name "r-proxy")
|
(name "r-proxy")
|
||||||
(version "0.4-25")
|
(version "0.4-26")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "proxy" version))
|
(uri (cran-uri "proxy" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1m893djrv6ckadmlx9n5bxfp0ycdh2w63sy6yxfyj1migvc7072f"))))
|
"0k8sr24mjfvxp12sf1j9228ah3ngy15nqmm0jw14x5s32f1assv7"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://cran.r-project.org/web/packages/proxy")
|
(home-page "https://cran.r-project.org/web/packages/proxy")
|
||||||
(synopsis "Distance and similarity measures")
|
(synopsis "Distance and similarity measures")
|
||||||
|
|
Loading…
Reference in a new issue