mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: r-rjsonio: Update to 1.3-1.5.
* gnu/packages/cran.scm (r-rjsonio): Update to 1.3-1.5.
This commit is contained in:
parent
5f95575b84
commit
36a506586b
1 changed files with 2 additions and 2 deletions
|
@ -29641,14 +29641,14 @@ (define-public r-delaporte
|
||||||
(define-public r-rjsonio
|
(define-public r-rjsonio
|
||||||
(package
|
(package
|
||||||
(name "r-rjsonio")
|
(name "r-rjsonio")
|
||||||
(version "1.3-1.4")
|
(version "1.3-1.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "RJSONIO" version))
|
(uri (cran-uri "RJSONIO" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"141ijm9570mg1180isvi0jb9vd3b08s5gb9dl1wa5v0m3s9jq52l"))))
|
"1dp9kdf0ca27br1wsq9pj7d55n601achpbzdzxhykzz531xhmjrl"))))
|
||||||
(properties `((upstream-name . "RJSONIO")))
|
(properties `((upstream-name . "RJSONIO")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://cran.r-project.org/package=RJSONIO")
|
(home-page "https://cran.r-project.org/package=RJSONIO")
|
||||||
|
|
Loading…
Reference in a new issue