python3Packages.systemdunitparser: 0.3 -> 0.4

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:04:25 +02:00
parent f7e0429682
commit 6a4572e779
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "systemdunitparser";
version = "0.3";
version = "0.4";
pyproject = true;
src = fetchFromGitHub {
owner = "sgallagher";
repo = "systemdunitparser";
rev = version;
hash = "sha256-lcvXEieaifPUDhLdaz2FXaNdbw7wKR+x/kC+MMDT0tE=";
tag = version;
hash = "sha256-BlOj1rvRfh0SQ7io2N8MsMvAtWvXk0V6hYzlOSrr7hU=";
};
build-system = [