gnu: r-proxy: Update to 0.4-27.
* gnu/packages/cran.scm (r-proxy): Update to 0.4-27.
parent
65464d9027
commit
6ffd58142c
|
@ -4444,14 +4444,14 @@ plot networks.")
|
||||||
(define-public r-proxy
|
(define-public r-proxy
|
||||||
(package
|
(package
|
||||||
(name "r-proxy")
|
(name "r-proxy")
|
||||||
(version "0.4-26")
|
(version "0.4-27")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "proxy" version))
|
(uri (cran-uri "proxy" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0k8sr24mjfvxp12sf1j9228ah3ngy15nqmm0jw14x5s32f1assv7"))))
|
"0gsng2aggnljl4z82la9hpnd26hngzhj8fizx4wx22npqjj93694"))))
|
||||||
(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")
|
||||||
|
|
Reference in New Issue