gnu: r-jqr: Update to 1.3.3.

* gnu/packages/cran.scm (r-jqr): Update to 1.3.3.

Change-Id: I3415c097756c79934ecdd9b933ecfef2fa8efad1
This commit is contained in:
Ricardo Wurmus 2023-12-15 12:16:44 +01:00
parent 80f2178bf1
commit 9e04bd09d3
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4583,13 +4583,13 @@ (define-public r-jquerylib
(define-public r-jqr
(package
(name "r-jqr")
(version "1.3.1")
(version "1.3.3")
(source (origin
(method url-fetch)
(uri (cran-uri "jqr" version))
(sha256
(base32
"0dlz9wwkgz06mnnmwaq4pr68x7zywp2iczfw0bjpzrgpbzkn2972"))))
"1w6806yx763xb0xaqh8ms20gz4h1y3c2s11lgsq3x8h6bahimn5s"))))
(properties `((upstream-name . "jqr")))
(build-system r-build-system)
(inputs (list jq))