guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

48/80: gnu: r-rjsonio: Update to 1.3-1.5.


From: guix-commits
Subject: 48/80: gnu: r-rjsonio: Update to 1.3-1.5.
Date: Tue, 24 Aug 2021 06:31:52 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 36a506586be2609e2c6f1b652966701aa4bd7be8
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Aug 22 17:53:33 2021 +0200

    gnu: r-rjsonio: Update to 1.3-1.5.
    
    * gnu/packages/cran.scm (r-rjsonio): Update to 1.3-1.5.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index e6febbb..c780da7 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -29641,14 +29641,14 @@ variability than the Poisson, but less than the 
negative binomial.")
 (define-public r-rjsonio
   (package
     (name "r-rjsonio")
-    (version "1.3-1.4")
+    (version "1.3-1.5")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "RJSONIO" version))
        (sha256
         (base32
-         "141ijm9570mg1180isvi0jb9vd3b08s5gb9dl1wa5v0m3s9jq52l"))))
+         "1dp9kdf0ca27br1wsq9pj7d55n601achpbzdzxhykzz531xhmjrl"))))
     (properties `((upstream-name . "RJSONIO")))
     (build-system r-build-system)
     (home-page "https://cran.r-project.org/package=RJSONIO";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]