Merge pull request #199837 from fabaff/dbus-fast-bump

python310Packages.dbus-fast: 1.64.0 -> 1.72.0
This commit is contained in:
Fabian Affolter 2022-11-06 22:41:04 +01:00 committed by GitHub
commit c086b5564b
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.64.0";
version = "1.72.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-7KsikrHfk0EGtLOzO8qGyU8ZzqNshijDJgnDLn16Eis=";
};
nativeBuildInputs = [