python3Packages.dbus-python-client-gen: 0.8.3 -> 0.8.4

This commit is contained in:
R. Ryantm
2026-02-05 08:31:41 +00:00
parent ff85c18b93
commit 5af95fe86d
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "dbus-python-client-gen";
version = "0.8.3";
version = "0.8.4";
format = "setuptools";
src = fetchFromGitHub {
owner = "stratis-storage";
repo = "dbus-python-client-gen";
tag = "v${version}";
hash = "sha256-4Y4cL254ZlZKF6d6cStIOya3J4ZfypuumwKOdDNzuNc=";
hash = "sha256-nmF6fdUgr7ACK7Pvy3ikc0Xjzfh6iTYNLc+rAf9I9Mg=";
};
propagatedBuildInputs = [