me
/
guix
Archived
1
0
Fork 0

gnu: r-jqr: Update to 1.3.0.

* gnu/packages/cran.scm (r-jqr): Update to 1.3.0.
master
Ricardo Wurmus 2023-10-05 13:34:42 +02:00
parent 92fce36949
commit cb8c68da4b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4273,13 +4273,13 @@ jQuery.")
(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))