gnu: r-jquerylib: Update to 0.1.4.
* gnu/packages/cran.scm (r-jquerylib): Update to 0.1.4. [source]: Update snippet. [arguments]: Update build phase "process-javascript".
This commit is contained in:
parent
7e3542600d
commit
f8203363a7
1 changed files with 11 additions and 11 deletions
|
|
@ -1555,19 +1555,19 @@ multi-state models.")
|
||||||
(define-public r-jquerylib
|
(define-public r-jquerylib
|
||||||
(package
|
(package
|
||||||
(name "r-jquerylib")
|
(name "r-jquerylib")
|
||||||
(version "0.1.3")
|
(version "0.1.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "jquerylib" version))
|
(uri (cran-uri "jquerylib" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1s0d6mws13hwkx07jqmry7vp30a05b2p9w7ir68bmkhasidwkzdq"))
|
"04a40v4znpj98j7y6009d74a6g9dchj5rr3p08cgz9p3rlfw3g7h"))
|
||||||
(snippet
|
(snippet
|
||||||
'(for-each delete-file
|
'(for-each delete-file
|
||||||
'("inst/lib/jquery-1.12.4.min.js"
|
'("inst/lib/1.12.4/jquery-1.12.4.min.js"
|
||||||
"inst/lib/jquery-2.2.4.min.js"
|
"inst/lib/2.2.4/jquery-2.2.4.min.js"
|
||||||
"inst/lib/jquery-3.5.1.min.js")))))
|
"inst/lib/3.6.0/jquery-3.6.0.min.js")))))
|
||||||
(properties `((upstream-name . "jquerylib")))
|
(properties `((upstream-name . "jquerylib")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
@ -1582,12 +1582,12 @@ multi-state models.")
|
||||||
(call-with-values
|
(call-with-values
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(unzip2
|
(unzip2
|
||||||
`(("jquery-1.12.4.js"
|
`(("1.12.4/jquery-1.12.4.js"
|
||||||
"jquery-1.12.4.min.js")
|
"1.12.4/jquery-1.12.4.min.js")
|
||||||
("jquery-2.2.4.js"
|
("2.2.4/jquery-2.2.4.js"
|
||||||
"jquery-2.2.4.min.js")
|
"2.2.4/jquery-2.2.4.min.js")
|
||||||
("jquery-3.5.1.js"
|
("3.6.0/jquery-3.6.0.js"
|
||||||
"jquery-3.5.1.min.js"))))
|
"3.6.0/jquery-3.6.0.min.js"))))
|
||||||
(lambda (sources targets)
|
(lambda (sources targets)
|
||||||
(for-each (lambda (source target)
|
(for-each (lambda (source target)
|
||||||
(format #t "Processing ~a --> ~a~%"
|
(format #t "Processing ~a --> ~a~%"
|
||||||
|
|
|
||||||
Reference in a new issue