mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: r-jsonify: Update to 1.2.3.
* gnu/packages/cran.scm (r-jsonify): Update to 1.2.3. [properties]: Record updater-extra-native-inputs. [native-inputs]: Remove r-knitr; add r-jsonlite. Change-Id: I538a745e9f9ce55af7768402b6501e565adf178e
This commit is contained in:
parent
4f3cd77c1f
commit
170b001457
1 changed files with 6 additions and 4 deletions
|
|
@ -12867,14 +12867,16 @@ Github Apps.")
|
|||
(define-public r-jsonify
|
||||
(package
|
||||
(name "r-jsonify")
|
||||
(version "1.2.2")
|
||||
(version "1.2.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "jsonify" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0bxgyj5b1hnijq5315g050giixy4k5mjz2zdx8yil0igb5ifji9p"))))
|
||||
(properties `((upstream-name . "jsonify")))
|
||||
"0ihfv5470wyxvdx1dh4hgcz7bxzfkacnmrwwdxj4xllwg991wyhk"))))
|
||||
(properties
|
||||
'((upstream-name . "jsonify")
|
||||
(updater-extra-native-inputs . ("tzdata-for-tests"))))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
@ -12888,7 +12890,7 @@ Github Apps.")
|
|||
(search-input-directory inputs
|
||||
"share/zoneinfo")))))))
|
||||
(propagated-inputs (list r-rapidjsonr r-rcpp))
|
||||
(native-inputs (list r-knitr r-testthat tzdata-for-tests))
|
||||
(native-inputs (list r-jsonlite r-testthat tzdata-for-tests))
|
||||
(home-page "https://cran.r-project.org/package=jsonify")
|
||||
(synopsis
|
||||
"Convert between R objects and JavaScript Object Notation (JSON)")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue