diff options
| author | Fabian Affolter <mail@fabian-affolter.ch> | 2021-10-31 01:13:50 +0200 |
|---|---|---|
| committer | Fabian Affolter <mail@fabian-affolter.ch> | 2021-10-31 01:13:50 +0200 |
| commit | e9c996a93046e7cb2bd0deeb24d03355ddad933a (patch) | |
| tree | ecf7c82841c77e12e3ed6d3a1a52dd326a2c34f0 /pkgs/development/python-modules | |
| parent | a839f10be8fd6c2720a37460fc7bb20d9c9d7f72 (diff) | |
python3Packages.async-upnp-client: 0.22.8 -> 0.22.10
Diffstat (limited to 'pkgs/development/python-modules')
| -rw-r--r-- | pkgs/development/python-modules/async-upnp-client/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/async-upnp-client/default.nix b/pkgs/development/python-modules/async-upnp-client/default.nix index a921948bcfe6..709a1c624593 100644 --- a/pkgs/development/python-modules/async-upnp-client/default.nix +++ b/pkgs/development/python-modules/async-upnp-client/default.nix @@ -14,14 +14,14 @@ buildPythonPackage rec { pname = "async-upnp-client"; - version = "0.22.8"; + version = "0.22.10"; disabled = pythonOlder "3.6"; src = fetchFromGitHub { owner = "StevenLooman"; repo = "async_upnp_client"; rev = version; - sha256 = "sha256-0McLH5iNiA6aIyk6OaN57JAs97R+/4M7xaUDmh+xV6c="; + sha256 = "sha256-aWxZP/QsjA6kcSWW6vHpEcX2drV+gTvDQItl7IT7wxY="; }; propagatedBuildInputs = [ |
