mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
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:
parent
80f2178bf1
commit
9e04bd09d3
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue