python3Packages.wsme: 0.12.1 -> 0.13.0

https://pythonhosted.org/WSME/changes.html

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Fabian Affolter
2026-08-25 01:25:05 +02:00
parent 9c6107fafe
commit 25254b4718

View File

@@ -19,13 +19,13 @@
buildPythonPackage (finalAttrs: {
pname = "wsme";
version = "0.12.1";
version = "0.13.0";
pyproject = true;
src = fetchPypi {
pname = "WSME";
inherit (finalAttrs) version;
hash = "sha256-m36yJErzxwSskUte0iGVS7aK3QqLKy84okSwZ7M3mS0=";
hash = "sha256-W/MgEO2UPs+z8IeVpGAuJoPfXV6ozHHq8evj9EnzmDM=";
};
build-system = [ setuptools ];