gnu: r-proxy: Update to 0.4-19.
* gnu/packages/cran.scm (r-proxy): Update to 0.4-19.
This commit is contained in:
parent
a8a2871f71
commit
1a1b4f0571
|
@ -539,14 +539,14 @@ plot networks.")
|
||||||
(define-public r-proxy
|
(define-public r-proxy
|
||||||
(package
|
(package
|
||||||
(name "r-proxy")
|
(name "r-proxy")
|
||||||
(version "0.4-17")
|
(version "0.4-19")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "proxy" version))
|
(uri (cran-uri "proxy" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bg1fn96qrj8whmnl7c3gv244ksm2ykxxsd0zrmw4lb6465pizl2"))))
|
"0ladwgi70jw2a3adgg2xadw8hz3mm6llsw428c1fcrl305sy49vb"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "http://cran.r-project.org/web/packages/proxy")
|
(home-page "http://cran.r-project.org/web/packages/proxy")
|
||||||
(synopsis "Distance and similarity measures")
|
(synopsis "Distance and similarity measures")
|
||||||
|
|
Loading…
Reference in New Issue