~ruther/guix-local

48632dcd5d9262d5669d77e24114b77b80084b6d — Ricardo Wurmus 2 months ago e7b97b2
gnu: r-proxy: Update to 0.4-29.

* gnu/packages/cran.scm (r-proxy): Update to 0.4-29.

Change-Id: Ica5bd2e5c7958eb0389165fcf77eb1e790385604
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +2 -2
@@ 17004,14 17004,14 @@ plot networks.")
(define-public r-proxy
  (package
    (name "r-proxy")
    (version "0.4-27")
    (version "0.4-29")
    (source
     (origin
       (method url-fetch)
       (uri (cran-uri "proxy" version))
       (sha256
        (base32
         "0gsng2aggnljl4z82la9hpnd26hngzhj8fizx4wx22npqjj93694"))))
         "0ny3jam5npbvd8w9hrn8cl4ai49cip58h0agaswb3v1fxwv0xsy6"))))
    (build-system r-build-system)
    ;; Some tests need the r-cba package, which depends on r-proxy.
    (arguments (list #:tests? #false))