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

authored by Fabian Affolter and committed by GitHub bcf071d5 6a242b74

+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.24.0"; 14 + version = "1.29.1"; 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-2bQwq5qjvtM+HTIJpEzH+Xaq42LTixqnX/zRRZV9lgA="; 23 + hash = "sha256-GqL6PZlqFi5Es8VYeqeTsXX6j5fol2JzcosFtVCQn60="; 24 24 }; 25 25 26 26 nativeBuildInputs = [