me
/
guix
Archived
1
0
Fork 0

gnu: r-proxy: Update to 0.4-27.

* gnu/packages/cran.scm (r-proxy): Update to 0.4-27.
Ricardo Wurmus 2022-06-13 14:21:47 +02:00
parent 65464d9027
commit 6ffd58142c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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")