guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/124: gnu: r-bslib: Update to 0.4.0.


From: guix-commits
Subject: 07/124: gnu: r-bslib: Update to 0.4.0.
Date: Wed, 10 Aug 2022 09:51:09 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit a8ec2fcec62049d23cac9f5eed374abdfbdaab4a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Aug 10 10:18:16 2022 +0200

    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.
---
 gnu/packages/cran.scm | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 8061fbfee6..8dabfa6059 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2605,14 +2605,14 @@ expression estimates for all genes.")
 (define-public r-bslib
   (package
     (name "r-bslib")
-    (version "0.3.1")
+    (version "0.4.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "bslib" version))
        (sha256
         (base32
-         "0jcqklry1nkibz0sydsz5xdsnb4wnrrhvmyr9ji3k45bbipbap2z"))
+         "1hkmaj0mpygbf6qr1955biv9z4q3khflyqi5x0c3dwi6qz74xspv"))
        (snippet
         '(for-each delete-file
                    
'("inst/lib/bs-a11y-p/plugins/js/bootstrap-accessibility.min.js"
@@ -2652,7 +2652,13 @@ expression estimates for all genes.")
                                        (string-append "--outfile=" target)))
                              sources targets)))))))))
     (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
      `(("esbuild" ,esbuild)
        ("js-bootstrap4-bundle"
@@ -2665,10 +2671,10 @@ expression estimates for all genes.")
        ("js-bootstrap5-bundle"
         ,(origin
            (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
             (base32
-             "06vin94nqw1vzs4zrqcms8z9js9fckbj8gwyx07awm8jkjhnqfhl"))))))
+             "116979i2vr1y9i6g7n5iir19p85xwr642scbl9jcqdr0w9801nw6"))))))
     (home-page "https://rstudio.github.io/bslib/";)
     (synopsis "Custom Bootstrap Sass themes for shiny and rmarkdown")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]