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:
@@ -30,14 +30,14 @@ let
|
|||||||
in
|
in
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "python-dbusmock";
|
pname = "python-dbusmock";
|
||||||
version = "0.34.2";
|
version = "0.36.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "martinpitt";
|
owner = "martinpitt";
|
||||||
repo = "python-dbusmock";
|
repo = "python-dbusmock";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-7h5SIcgWcbzInmCkbGz/ulfPJvqPPguWLJY+AXJuo0c=";
|
hash = "sha256-9YnMOQUuwAcrL0ZaQr7iGly9esZaSRIFThQRNUtSndo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [
|
build-system = [
|
||||||
|
|||||||
Reference in New Issue
Block a user