gnu: r-proxyc: Update to 0.2.0.

* gnu/packages/cran.scm (r-proxyc): Update to 0.2.0.
This commit is contained in:
Ricardo Wurmus 2021-05-20 10:54:45 +02:00
parent 630239af23
commit e928599671
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -22152,14 +22152,14 @@ (define-public r-xmisc
(define-public r-proxyc
(package
(name "r-proxyc")
(version "0.1.5")
(version "0.2.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "proxyC" version))
(sha256
(base32
"159bc42x4shm6n3rh9fc8ziv3ivq0ipmpbasrh279hhn1prc8gg6"))))
"08h79wzk8hp5yn3sxy1jcd1yljj25s7fac96l2jqavwd026y6j3l"))))
(properties `((upstream-name . "proxyC")))
(build-system r-build-system)
(propagated-inputs