python310Packages.dbus-fast: 1.24.0 -> 1.29.1 (#194711)

This commit is contained in:
Fabian Affolter 2022-10-08 00:04:17 +02:00 committed by GitHub
parent 6a242b74d6
commit bcf071d514
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "dbus-fast";
version = "1.24.0";
version = "1.29.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = pname;
rev = "v${version}";
hash = "sha256-2bQwq5qjvtM+HTIJpEzH+Xaq42LTixqnX/zRRZV9lgA=";
hash = "sha256-GqL6PZlqFi5Es8VYeqeTsXX6j5fol2JzcosFtVCQn60=";
};
nativeBuildInputs = [