python3Packages.python-dbusmock: 0.28.6 -> 0.28.7

This commit is contained in:
Martin Weinelt 2023-02-27 02:14:43 +01:00
parent 03e2caafd2
commit f3b377a182

View File

@ -20,13 +20,13 @@ let
'';
in buildPythonPackage rec {
pname = "python-dbusmock";
version = "0.28.6";
version = "0.28.7";
src = fetchFromGitHub {
owner = "martinpitt";
repo = pname;
rev = "refs/tags/${version}";
sha256 = "sha256-tNV1GQsUG5BGTNGB0VBUa0Yxqv/HsRSlRfEU4KNd29w=";
sha256 = "sha256-AxRgoXPiFFFHQSj5/jU55hwWzHtutfjmD2IKGxYwd0A=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;