mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-bslib: Update to 0.4.0.
* gnu/packages/cran.scm (r-bslib): Update to 0.4.0. [native-inputs]: Update js-bootstrap5-bundle from 5.0.2 to 5.1.3. [propagated-inputs]: Add r-cachem and r-memoise.
This commit is contained in:
parent
4dcb2f3fb7
commit
a8ec2fcec6
1 changed files with 11 additions and 5 deletions
|
@ -2605,14 +2605,14 @@ expression estimates for all genes.")
|
||||||
(define-public r-bslib
|
(define-public r-bslib
|
||||||
(package
|
(package
|
||||||
(name "r-bslib")
|
(name "r-bslib")
|
||||||
(version "0.3.1")
|
(version "0.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "bslib" version))
|
(uri (cran-uri "bslib" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0jcqklry1nkibz0sydsz5xdsnb4wnrrhvmyr9ji3k45bbipbap2z"))
|
"1hkmaj0mpygbf6qr1955biv9z4q3khflyqi5x0c3dwi6qz74xspv"))
|
||||||
(snippet
|
(snippet
|
||||||
'(for-each delete-file
|
'(for-each delete-file
|
||||||
'("inst/lib/bs-a11y-p/plugins/js/bootstrap-accessibility.min.js"
|
'("inst/lib/bs-a11y-p/plugins/js/bootstrap-accessibility.min.js"
|
||||||
|
@ -2652,7 +2652,13 @@ expression estimates for all genes.")
|
||||||
(string-append "--outfile=" target)))
|
(string-append "--outfile=" target)))
|
||||||
sources targets)))))))))
|
sources targets)))))))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-htmltools r-jquerylib r-jsonlite r-rlang r-sass))
|
(list r-cachem
|
||||||
|
r-htmltools
|
||||||
|
r-jquerylib
|
||||||
|
r-jsonlite
|
||||||
|
r-memoise
|
||||||
|
r-rlang
|
||||||
|
r-sass))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("esbuild" ,esbuild)
|
`(("esbuild" ,esbuild)
|
||||||
("js-bootstrap4-bundle"
|
("js-bootstrap4-bundle"
|
||||||
|
@ -2665,10 +2671,10 @@ expression estimates for all genes.")
|
||||||
("js-bootstrap5-bundle"
|
("js-bootstrap5-bundle"
|
||||||
,(origin
|
,(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri "https://raw.githubusercontent.com/twbs/bootstrap/v5.0.2/dist/js/bootstrap.bundle.js")
|
(uri "https://raw.githubusercontent.com/twbs/bootstrap/v5.1.3/dist/js/bootstrap.bundle.js")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06vin94nqw1vzs4zrqcms8z9js9fckbj8gwyx07awm8jkjhnqfhl"))))))
|
"116979i2vr1y9i6g7n5iir19p85xwr642scbl9jcqdr0w9801nw6"))))))
|
||||||
(home-page "https://rstudio.github.io/bslib/")
|
(home-page "https://rstudio.github.io/bslib/")
|
||||||
(synopsis "Custom Bootstrap Sass themes for shiny and rmarkdown")
|
(synopsis "Custom Bootstrap Sass themes for shiny and rmarkdown")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue