python3Packages.pystemd: 0.13.2 -> 0.13.4

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:02:43 +02:00
parent 45fa8411dd
commit 5513c3f62c
@@ -14,12 +14,12 @@
buildPythonPackage rec {
pname = "pystemd";
version = "0.13.2";
version = "0.13.4";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-Tc+ksTpVaFxJ09F8EGMeyhjDN3D2Yxb47yM3uJUcwUQ=";
hash = "sha256-8G1OWyGIGnyRAEkuYMzC9LZOULTWt3c8lAE9LG8aANs=";
};
postPatch = ''