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

python311Packages.dbus-fast: 2.70 -> 2.9.0

authored by

Fabian Affolter and committed by
GitHub
77cbaa49 8ec182e5

+2 -2
+2 -2
pkgs/development/python-modules/dbus-fast/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "dbus-fast"; 16 - version = "2.7.0"; 16 + version = "2.9.0"; 17 17 format = "pyproject"; 18 18 19 19 disabled = pythonOlder "3.7"; ··· 22 22 owner = "Bluetooth-Devices"; 23 23 repo = pname; 24 24 rev = "refs/tags/v${version}"; 25 - hash = "sha256-o75N/msocSYBe3tTLYGJbqMnbiQb/t3nfJIDDr6kPxM="; 25 + hash = "sha256-0+uWnm0gygDL4sc2b+3dekgZfgAQZKfmJRMSDgyeMjk="; 26 26 }; 27 27 28 28 # The project can build both an optimized cython version and an unoptimized