mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
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
1 changed files with 2 additions and 2 deletions
|
@ -539,14 +539,14 @@ (define-public r-ggally
|
|||
(define-public r-proxy
|
||||
(package
|
||||
(name "r-proxy")
|
||||
(version "0.4-17")
|
||||
(version "0.4-19")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "proxy" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0bg1fn96qrj8whmnl7c3gv244ksm2ykxxsd0zrmw4lb6465pizl2"))))
|
||||
"0ladwgi70jw2a3adgg2xadw8hz3mm6llsw428c1fcrl305sy49vb"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "http://cran.r-project.org/web/packages/proxy")
|
||||
(synopsis "Distance and similarity measures")
|
||||
|
|
Loading…
Reference in a new issue