mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: r-jqr: Update to 1.3.0.
* gnu/packages/cran.scm (r-jqr): Update to 1.3.0.
This commit is contained in:
parent
92fce36949
commit
cb8c68da4b
1 changed files with 2 additions and 2 deletions
|
@ -4273,13 +4273,13 @@ (define-public r-jquerylib
|
|||
(define-public r-jqr
|
||||
(package
|
||||
(name "r-jqr")
|
||||
(version "1.2.3")
|
||||
(version "1.3.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "jqr" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1a91zcjxdilhqdyr2lipnwc35f90h0wyqlbg0vw9ay7sq6llxgs9"))))
|
||||
"0gys1b2fiafmm49mkj9iazziwql87s52rjx093ahn8g3v79amirh"))))
|
||||
(properties `((upstream-name . "jqr")))
|
||||
(build-system r-build-system)
|
||||
(inputs (list jq))
|
||||
|
|
Loading…
Reference in a new issue