guix-commits
[Top][All Lists]
Advanced

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

07/98: gnu: r-leaflet: Update to 2.2.0.


From: guix-commits
Subject: 07/98: gnu: r-leaflet: Update to 2.2.0.
Date: Wed, 13 Sep 2023 18:06:13 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit f2d690c6c54a6cbea49bf4ac997125f81074ae57
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Sep 13 22:41:25 2023 +0200

    gnu: r-leaflet: Update to 2.2.0.
    
    * gnu/packages/cran.scm (r-leaflet): Update to 2.2.0.
    [source]: Do not delete jquery.min.js, because it is no longer included.
    [arguments]: Adjust minification accordingly.
    [native-inputs]: Remove js-jquery.
    [propagated-inputs]: Remove r-base64enc and r-markdown; add r-jquerylib and
    r-xfun.
---
 gnu/packages/cran.scm | 22 ++++++----------------
 1 file changed, 6 insertions(+), 16 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index d79c70170c..a3d70f2852 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9912,20 +9912,19 @@ information between package updates.")
 (define-public r-leaflet
   (package
     (name "r-leaflet")
-    (version "2.1.2")
+    (version "2.2.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "leaflet" version))
        (sha256
-        (base32 "0fa0f9fcrxbqhmcm45l0byws56d8gg0bi3vx4m65mn4rihg6gn16"))
+        (base32 "0k0zplbhmvld6q1id17s827z1230kvnz16c4hlvp6jn9g26yy0dq"))
        (snippet
         '(for-each
           delete-file
           (list "inst/htmlwidgets/lib/leaflet/leaflet.js"
                 "inst/htmlwidgets/lib/leaflet-measure/leaflet-measure.min.js"
                 "inst/htmlwidgets/lib/leaflet-omnivore/leaflet-omnivore.min.js"
-                "inst/htmlwidgets/lib/jquery/jquery.min.js"
                 
"inst/htmlwidgets/plugins/Leaflet-MiniMap/Control.MiniMap.min.js"
                 
"inst/htmlwidgets/plugins/Leaflet.awesome-markers/bootstrap.min.js"
                 
"inst/htmlwidgets/plugins/Leaflet.awesome-markers/leaflet.awesome-markers.min.js"
@@ -9956,8 +9955,6 @@ information between package updates.")
                          
"htmlwidgets/lib/leaflet-measure/leaflet-measure.min.js")
                         (,(assoc-ref inputs "js-leaflet-omnivore")
                          
"htmlwidgets/lib/leaflet-omnivore/leaflet-omnivore.min.js")
-                        (,(assoc-ref inputs "js-jquery")
-                         "htmlwidgets/lib/jquery/jquery.min.js")
                         
("htmlwidgets/plugins/Leaflet-MiniMap/Control.MiniMap.js"
                          
"htmlwidgets/plugins/Leaflet-MiniMap/Control.MiniMap.min.js")
                         (,(assoc-ref inputs "js-bootstrap3")
@@ -9992,13 +9989,6 @@ information between package updates.")
            (sha256
             (base32
              "1j1qjagwj0m3q322z9wxxnpkd8zbk6g3kl047dsbmqad6gmqvgha"))))
-       ("js-jquery"
-        ,(origin
-           (method url-fetch)
-           (uri "https://code.jquery.com/jquery-1.12.4.js";)
-           (sha256
-            (base32
-             "0x9mrc1668icvhpwzvgafm8xm11x9lfai9nwr66aw6pjnpwkc3s3"))))
        ("js-leaflet"
         ,(origin
            (method url-fetch)
@@ -10061,19 +10051,19 @@ information between package updates.")
             (base32
              "0vyrbf6gv2lyh4c2bzp5349ivwvvg28gpn87y52a7jdb13rlkpab"))))))
     (propagated-inputs
-     (list r-base64enc
-           r-crosstalk
+     (list r-crosstalk
            r-htmltools
            r-htmlwidgets
+           r-jquerylib
            r-leaflet-providers
            r-magrittr
-           r-markdown
            r-png
            r-raster
            r-rcolorbrewer
            r-scales
            r-sp
-           r-viridis))
+           r-viridis
+           r-xfun))
     (home-page "https://rstudio.github.io/leaflet/";)
     (synopsis "Create interactive web maps with the JavaScript Leaflet 
library")
     (description



reply via email to

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