Commit b0697fa4 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.async-upnp-client: 0.32.0 -> 0.32.1

parent 2b544f67
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "async-upnp-client";
  version = "0.32.0";
  version = "0.32.1";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
    owner = "StevenLooman";
    repo = "async_upnp_client";
    rev = version;
    sha256 = "sha256-pVeVn2Z+onRjG3bIeRl5dXoNPwAWtarV56PL/CQOQUA=";
    sha256 = "sha256-T/8AZU95eHl/AIVkG9tYhN19B8PLvTWRTBRJjbvfI+8=";
  };

  propagatedBuildInputs = [