python3Packages.python-dbusmock: 0.34.2 -> 0.36.0

https://github.com/martinpitt/python-dbusmock/releases/tag/0.36.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-05 04:43:01 +02:00
parent a01969886a
commit c0b2251821

View File

@@ -30,14 +30,14 @@ let
in
buildPythonPackage rec {
pname = "python-dbusmock";
version = "0.34.2";
version = "0.36.0";
pyproject = true;
src = fetchFromGitHub {
owner = "martinpitt";
repo = "python-dbusmock";
tag = version;
hash = "sha256-7h5SIcgWcbzInmCkbGz/ulfPJvqPPguWLJY+AXJuo0c=";
hash = "sha256-9YnMOQUuwAcrL0ZaQr7iGly9esZaSRIFThQRNUtSndo=";
};
build-system = [