mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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:
parent
bae78fde6c
commit
810d55c623
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||||
|
|
Loading…
Reference in a new issue