about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-03-12 12:19:13 -0500
committerFrederick Muriuki Muriithi2025-03-12 12:19:13 -0500
commit19176f3f0dafec9690316b87e6f08b22d278f1a6 (patch)
treee3c324367eb3892679fe83f74b09263b4d9b5438
parent687fff7073d65d75bdace6abb6585114d28b1a00 (diff)
downloadguix-bioinformatics-19176f3f0dafec9690316b87e6f08b22d278f1a6.tar.gz
javascript-datatables-buttons: Provide new variant, version 3.2.2
-rw-r--r--gn/packages/javascript.scm24
1 files changed, 24 insertions, 0 deletions
diff --git a/gn/packages/javascript.scm b/gn/packages/javascript.scm
index 1c4b97b..311e9e7 100644
--- a/gn/packages/javascript.scm
+++ b/gn/packages/javascript.scm
@@ -678,6 +678,30 @@ tables with minimal effort.")
     (description "The Buttons extension for DataTables provides a common set of options, API methods and styling to display buttons on a page that will interact with a DataTable. It also provides plug-ins for file export (HTML5 and Flash), print view and column visibility. Other libraries, such as Editor and Select also provide buttons specific to their use cases.")
     (license license:expat)))
 
+(define-public javascript-datatables-buttons-3.2.2
+  (package
+    (inherit javascript-datatables-buttons)
+    (name "javascript-datatables-buttons-3.2.2")
+    (version "3.2.2")
+    (source
+      (origin
+        (method git-fetch)
+        (uri (git-reference
+              (url "https://github.com/DataTables/Dist-DataTables-Buttons.git")
+               (commit version)))
+        (file-name (git-file-name name version))
+        (sha256
+         (base32 "1186xxj6yhjqh0p13nczj25pc3c15n1f5nirl6fy649rhp4q26xc"))))
+    (propagated-inputs
+     (modify-inputs (package-propagated-inputs javascript-datatables-buttons)
+       (delete "javascript-datatables")))))
+
+(define-public javascript-datatables-buttons-3.2
+  javascript-datatables-buttons-3.2.2)
+
+(define-public javascript-datatables-buttons-3
+  javascript-datatables-buttons-3.2)
+
 (define-public javascript-datatables-buttons-styles
   (package
     (name "javascript-datatables-buttons-styles")