Skip to content

Commit

Permalink
Merge pull request #198326 from fabaff/async-upnp-client-bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored Oct 29, 2022
2 parents 789d6ff + b0697fa commit ddaa92d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/async-upnp-client/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

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

disabled = pythonOlder "3.7";
Expand All @@ -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 = [
Expand Down

0 comments on commit ddaa92d

Please sign in to comment.