gnu: r-proxyc: Update to 0.3.4.

* gnu/packages/cran.scm (r-proxyc): Update to 0.3.4.

Change-Id: I596850c51c27d04ff0ae7f4b1dfb4f215f6c94a7
This commit is contained in:
Ricardo Wurmus 2023-10-25 16:57:40 +02:00
parent 949a3e89cd
commit 0de67d2c56
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -30350,14 +30350,14 @@ (define-public r-xmisc
(define-public r-proxyc
(package
(name "r-proxyc")
(version "0.3.3")
(version "0.3.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "proxyC" version))
(sha256
(base32
"00p3604ny6qax5rr1865c27hfp90v2vga0xcrp3bb81xcfadl99y"))))
"1skq5cxd0kh2pccfg4h9bis4wbqb6zm04q4iwfa6dqml6hyiv7gk"))))
(properties `((upstream-name . "proxyC")))
(build-system r-build-system)
(native-inputs (list r-knitr))