python3Packages.xstatic-jquery-ui: 1.13.0.1 -> 1.13.0.2

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Fabian Affolter
2026-08-25 01:25:06 +02:00
parent d9576d7a6f
commit 791ccd6a86

View File

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