diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-12-15 12:17:07 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-12-15 16:13:12 +0100 |
commit | de0dffb8ea2e4c9deff1bc866bd4297139b86c67 (patch) | |
tree | ccb5ec1b3b7e112856d82672dde46f1024b73143 /gnu | |
parent | 13c00f407f2deeabfde1bb6d2c29537d38086466 (diff) | |
download | guix-de0dffb8ea2e4c9deff1bc866bd4297139b86c67.tar.gz |
gnu: r-rjsonio: Update to 1.3-1.9.
* gnu/packages/cran.scm (r-rjsonio): Update to 1.3-1.9. Change-Id: If8ec56abb710465c053be4c4f9d98e078f785649
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 69e3083b01..ce885583b4 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -38387,14 +38387,14 @@ variability than the Poisson, but less than the negative binomial.") (define-public r-rjsonio (package (name "r-rjsonio") - (version "1.3-1.8") + (version "1.3-1.9") (source (origin (method url-fetch) (uri (cran-uri "RJSONIO" version)) (sha256 (base32 - "1xak6n15ck7rj9swxk99vpjly1naxgz9gj6zjmib2lkq7inmgw7n")))) + "1kiy36hjzh5if5npqv5mdvkr5pdfg3ibj178gr0kz1r81i5h6wzi")))) (properties `((upstream-name . "RJSONIO"))) (build-system r-build-system) (home-page "https://cran.r-project.org/package=RJSONIO") |