From 79b4d03c10ceda4450a86c2eca3dbbbbd43f4b7a Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 11 Mar 2025 16:29:01 -0500 Subject: javascript-datatables-scroller-style: New variant javascript-datatables-scroller-style-2.4.3 --- gn/packages/javascript.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'gn/packages/javascript.scm') diff --git a/gn/packages/javascript.scm b/gn/packages/javascript.scm index b246a94..6d33da0 100644 --- a/gn/packages/javascript.scm +++ b/gn/packages/javascript.scm @@ -455,6 +455,32 @@ tables with minimal effort.") (description "Scroller is a virtual rendering plug-in for DataTables which allows large datasets to be drawn on screen very quickly. Virtual rendering means is that only the visible portion of the table is drawn, while the scrolling container gives the visual impression that the whole table is visible, allowing excellent browser performance.") (license license:expat))) + +(define-public javascript-datatables-scroller-style-2.4.3 + (package + (inherit javascript-datatables-scroller-style) + (name "javascript-datatables-scroller-style-2.4.3") + (version "2.4.3") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/DataTables/Dist-DataTables-Scroller-DataTables.git") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1b7m8xwbr05hglfy00kzv1vmqvvp9y8n1kyb3ka95gf7sllihhf9")))) + (propagated-inputs + (modify-inputs + (package-propagated-inputs javascript-datatables-scroller-style) + (delete "javascript-datatables"))))) + +(define-public javascript-datatables-scroller-style-2.4 + javascript-datatables-scroller-style-2.4.3) + +(define-public javascript-datatables-scroller-style-2 + javascript-datatables-scroller-style-2.4) + (define-public javascript-datatables-scroller (package (name "javascript-datatables-scroller") -- cgit v1.2.3