mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: r-proxyc: Update to 0.3.2.
* gnu/packages/cran.scm (r-proxyc): Update to 0.3.2.
This commit is contained in:
parent
8ebb59f598
commit
96a3a300c6
1 changed files with 2 additions and 2 deletions
|
@ -25496,14 +25496,14 @@ (define-public r-xmisc
|
|||
(define-public r-proxyc
|
||||
(package
|
||||
(name "r-proxyc")
|
||||
(version "0.3.0")
|
||||
(version "0.3.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "proxyC" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0n3rjc64b3cbccwjajpzd9gr1frgji6rsylw67xswrr9qxkrm0fd"))))
|
||||
"1nfl6nrzw2h7argn6mh3cyl1s9ynf6516fx4vgqrjvychnd98mkb"))))
|
||||
(properties `((upstream-name . "proxyC")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue