python3Packages.dbus-python-client-gen: 0.8 -> 0.8.2

This commit is contained in:
Martin Weinelt 2023-02-27 02:14:14 +01:00
parent 3088bb0295
commit f199843282

View File

@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "dbus-python-client-gen";
version = "0.8";
version = "0.8.2";
src = fetchFromGitHub {
owner = "stratis-storage";
repo = pname;
rev = "v${version}";
hash = "sha256-nSzxT65WHBVct5pGHmIAHJXftd0tKZeK/argN+V9xcs=";
rev = "refs/tags/v${version}";
hash = "sha256-RYgS4RNLLCtp+5gS/LlzdH7rlub48TSSSKhykkkBcuo=";
};
propagatedBuildInputs = [