python3Packages.pyee: 13.0.0 -> 13.0.1

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Fabian Affolter
2026-08-25 01:24:45 +02:00
parent 3031bc9c94
commit b4f41c6e2f

View File

@@ -15,12 +15,12 @@
buildPythonPackage rec {
pname = "pyee";
version = "13.0.0";
version = "13.0.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-s5HjxaQ00fURiiVhUAHbyPZpz0EKtn0ExNTgfFVIHDc=";
hash = "sha256-C5MffBRTVmftTH4NUxcWNocV6GC5iHcPx+uFeNH2f8g=";
};
postPatch = ''