gnu: r-shinyjs: Update to 2.1.1.

* gnu/packages/cran.scm (r-shinyjs): Update to 2.1.1.
[native-inputs]: Add r-htmltools.

Change-Id: Ib05e87627fbc18eae5554fda48bc01ab3eed985e
This commit is contained in:
Ricardo Wurmus 2026-01-20 07:17:25 +01:00 committed by Andreas Enge
parent fe5a2030e4
commit 8dc7ffc270
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -35253,19 +35253,19 @@ transformation, respectively.")
(define-public r-shinyjs (define-public r-shinyjs
(package (package
(name "r-shinyjs") (name "r-shinyjs")
(version "2.1.0") (version "2.1.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "shinyjs" version)) (uri (cran-uri "shinyjs" version))
(sha256 (sha256
(base32 (base32
"1id9gsrkr28xl80a8794in17rxmmz06zqvd5hlns7mqz3fzhrhky")))) "1zqy0p9pn80fbnkhng5xx1jzpmzby3dz0w4lb4ad0xa28gvi42wg"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-digest r-jsonlite r-shiny)) (list r-digest r-jsonlite r-shiny))
(native-inputs (native-inputs
(list r-knitr r-testthat)) (list r-htmltools r-knitr r-testthat))
(home-page "https://deanattali.com/shinyjs") (home-page "https://deanattali.com/shinyjs")
(synopsis "Improve the user experience of your Shiny apps") (synopsis "Improve the user experience of your Shiny apps")
(description (description