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.

Changed files
+2 -2
pkgs
development
python-modules
python-dbusmock
+2 -2
pkgs/development/python-modules/python-dbusmock/default.nix
···
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 = [