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

python310Packages.dbus-fast: 1.72.0 -> 1.73.0

authored by

Fabian Affolter and committed by
GitHub
48471731 affef01d

+2 -2
+2 -2
pkgs/development/python-modules/dbus-fast/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "dbus-fast"; 14 - version = "1.72.0"; 14 + version = "1.73.0"; 15 15 format = "pyproject"; 16 16 17 17 disabled = pythonOlder "3.7"; ··· 20 20 owner = "Bluetooth-Devices"; 21 21 repo = pname; 22 22 rev = "v${version}"; 23 - hash = "sha256-7KsikrHfk0EGtLOzO8qGyU8ZzqNshijDJgnDLn16Eis="; 23 + hash = "sha256-JkhcDefz7SiZ+w6ijPAnKNyxTZ/5tmQUyOPnKb3EFGc="; 24 24 }; 25 25 26 26 nativeBuildInputs = [