gnu: r-jqr: Update to 1.3.4.

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

Change-Id: I038cc5f08f14ec0d1bee6399babcec5c4b405902
This commit is contained in:
Ricardo Wurmus 2024-08-25 22:26:46 +02:00
parent bae78fde6c
commit 810d55c623
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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