python310Packages.dbus-fast: 1.64.0 -> 1.70.0

This commit is contained in:
Fabian Affolter 2022-11-06 12:11:48 +01:00
parent 7519cb2c7c
commit 8d2e0a9823

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "dbus-fast";
version = "1.64.0";
version = "1.70.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = pname;
rev = "v${version}";
hash = "sha256-y/H4TYCicn6Gvv+F4ogqhNWK2mZxEVNGCY4pJAfjq9s=";
hash = "sha256-dB72Ud3GibpsvDVNeUypJt6pcLRz+mfJlC1Wcp0PO7k=";
};
nativeBuildInputs = [