lol

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

python311Packages.dbus-fast: 2.0.0 -> 2.0.1

authored by

Mario Rodas and committed by
GitHub
4c3ccd4a 167f38bb

+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.0.0"; 16 + version = "2.0.1"; 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-Dzr7CSoJhO/F75Ro686lKXCOzP2AxtR6wJOp70IOvUk="; 25 + hash = "sha256-gaV9IbifHlxY0d8sDvWnRBDyOnWc4gqsRHTgeyyeVQs="; 26 26 }; 27 27 28 28 # The project can build both an optimized cython version and an unoptimized