Unverified Commit 878cc7c1 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.dbus-fast: 2.44.3 -> 2.44.5 (#448787)

parents 48fd9d5c cd72a7dd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

buildPythonPackage rec {
  pname = "dbus-fast";
  version = "2.44.3";
  version = "2.44.5";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
    owner = "Bluetooth-Devices";
    repo = "dbus-fast";
    tag = "v${version}";
    hash = "sha256-ZpTQjAmrLoenDWzd/0NpD7fqTd6Dv1J0Ks0db4twwYk=";
    hash = "sha256-dDUZjV6bwSlWclKmJAROB4OQsCzTUswmYe2LmFiIiz0=";
  };

  postPatch = ''