Nick Cao 2023-05-01 16:05:47 +08:00
parent 0fbfdbf55e
commit 292f3ae2b0
No known key found for this signature in database

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "dbus-python-client-gen";
version = "0.8.2";
version = "0.8.3";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "stratis-storage";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-RYgS4RNLLCtp+5gS/LlzdH7rlub48TSSSKhykkkBcuo=";
hash = "sha256-4Y4cL254ZlZKF6d6cStIOya3J4ZfypuumwKOdDNzuNc=";
};
propagatedBuildInputs = [