summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-09-29 15:33:33 +0200
committerRicardo Wurmus <rekado@elephly.net>2021-09-30 12:39:43 +0200
commit140556595d257ccd43de66d26a3ba7ec5bfed469 (patch)
tree76273c6b5738895ceb65618d4566caccdf443461
parent555a8d0dd7a7b921d18c31086ea2767357c8f321 (diff)
downloadguix-140556595d257ccd43de66d26a3ba7ec5bfed469.tar.gz
gnu: r-rjsonio: Update to 1.3-1.6.
* gnu/packages/cran.scm (r-rjsonio): Update to 1.3-1.6.
-rw-r--r--gnu/packages/cran.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 7adcb90215..41506bc747 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -30230,14 +30230,14 @@ variability than the Poisson, but less than the negative binomial.")
 (define-public r-rjsonio
   (package
     (name "r-rjsonio")
-    (version "1.3-1.5")
+    (version "1.3-1.6")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "RJSONIO" version))
        (sha256
         (base32
-         "1dp9kdf0ca27br1wsq9pj7d55n601achpbzdzxhykzz531xhmjrl"))))
+         "17x0ayk7daprbc8w2hvb2jl9mfnw4dic9yc3sr5adcjqfzmcklc2"))))
     (properties `((upstream-name . "RJSONIO")))
     (build-system r-build-system)
     (home-page "https://cran.r-project.org/package=RJSONIO")