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 4b0b7b014a
commit b064e5a131
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
(package
(name "r-shinyjs")
(version "2.1.0")
(version "2.1.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "shinyjs" version))
(sha256
(base32
"1id9gsrkr28xl80a8794in17rxmmz06zqvd5hlns7mqz3fzhrhky"))))
"1zqy0p9pn80fbnkhng5xx1jzpmzby3dz0w4lb4ad0xa28gvi42wg"))))
(build-system r-build-system)
(propagated-inputs
(list r-digest r-jsonlite r-shiny))
(native-inputs
(list r-knitr r-testthat))
(list r-htmltools r-knitr r-testthat))
(home-page "https://deanattali.com/shinyjs")
(synopsis "Improve the user experience of your Shiny apps")
(description