Fabian Affolter 2022-12-10 14:59:56 +01:00
parent 3b22a2f652
commit a8e4768ae2

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "dbus-fast";
version = "1.81.0";
version = "1.82.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = pname;
rev = "v${version}";
hash = "sha256-qNyCBJoOqMvlXp31z/4kDELsKGoqS4Bp36JTTwGVbGg=";
hash = "sha256-mJJElYWTN09zVkx36GqPoILdALAo+fO2JlX4n0dmQ5M=";
};
nativeBuildInputs = [