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 ];