mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: r-proxyc: Update to 0.2.3.
* gnu/packages/cran.scm (r-proxyc): Update to 0.2.3.
This commit is contained in:
parent
96c728cb7d
commit
629132d496
1 changed files with 2 additions and 2 deletions
|
@ -23747,14 +23747,14 @@ (define-public r-xmisc
|
|||
(define-public r-proxyc
|
||||
(package
|
||||
(name "r-proxyc")
|
||||
(version "0.2.1")
|
||||
(version "0.2.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "proxyC" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1j8zsxdnpi8bywd7hhm47icgl1jhfyd8myj78bqgk7warai6m3iq"))))
|
||||
"1g90d82rp82dkidlfykankprzpp94d7394s2b2qjlyiia3k0hlb3"))))
|
||||
(properties `((upstream-name . "proxyC")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue