diff options
| author | Fabian Affolter <mail@fabian-affolter.ch> | 2021-11-09 00:04:30 +0100 |
|---|---|---|
| committer | Fabian Affolter <mail@fabian-affolter.ch> | 2021-11-09 00:04:30 +0100 |
| commit | 50b75596accbb4a353003fd6549de3ca800fbb6e (patch) | |
| tree | 6d5d22b52c6f35985b62899178190613d46806ba /pkgs/development/python-modules | |
| parent | 25e6a0ad62ee9bba99bbc7d9dee174d265cf91fc (diff) | |
python3Packages.async-upnp-client: 0.22.10 -> 0.22.12
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 709a1c624593..3b7634b181e4 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.10"; + version = "0.22.12"; disabled = pythonOlder "3.6"; src = fetchFromGitHub { owner = "StevenLooman"; repo = "async_upnp_client"; rev = version; - sha256 = "sha256-aWxZP/QsjA6kcSWW6vHpEcX2drV+gTvDQItl7IT7wxY="; + sha256 = "sha256-fp7I0G6gljkTZ2slQJ8R9AJ9VKQOQi2cLiZ63seUajs="; }; propagatedBuildInputs = [ |
