From 791ccd6a86fa2fb1efd30567ea7a2287bc518174 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 25 Aug 2026 01:25:06 +0200 Subject: [PATCH] python3Packages.xstatic-jquery-ui: 1.13.0.1 -> 1.13.0.2 This commit was automatically generated using update-python-libraries. --- pkgs/development/python-modules/xstatic-jquery-ui/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/xstatic-jquery-ui/default.nix b/pkgs/development/python-modules/xstatic-jquery-ui/default.nix index 368ae2654e50..a5788bf13228 100644 --- a/pkgs/development/python-modules/xstatic-jquery-ui/default.nix +++ b/pkgs/development/python-modules/xstatic-jquery-ui/default.nix @@ -8,7 +8,7 @@ buildPythonPackage (finalAttrs: { pname = "xstatic-jquery-ui"; - version = "1.13.0.1"; + version = "1.13.0.2"; pyproject = true; __structuredAttrs = true; @@ -16,7 +16,7 @@ buildPythonPackage (finalAttrs: { src = fetchPypi { pname = "XStatic-jquery-ui"; inherit (finalAttrs) version; - hash = "sha256-Npfl8O81W49KHHJCIVkmg8LbAxk1y7V7RiJO70dL0pQ="; + hash = "sha256-EbKqfqoa1pxuWUyuEagXqPoXHOyc64KuLKS6fpPVrkM="; }; build-system = [ setuptools_80 ];