tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.async-upnp-client: 0.22.10 -> 0.22.12
Fabian Affolter
4 years ago
50b75596
25e6a0ad
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
async-upnp-client
default.nix
+2
-2
pkgs/development/python-modules/async-upnp-client/default.nix
···
14
15
buildPythonPackage rec {
16
pname = "async-upnp-client";
17
-
version = "0.22.10";
18
disabled = pythonOlder "3.6";
19
20
src = fetchFromGitHub {
21
owner = "StevenLooman";
22
repo = "async_upnp_client";
23
rev = version;
24
-
sha256 = "sha256-aWxZP/QsjA6kcSWW6vHpEcX2drV+gTvDQItl7IT7wxY=";
25
};
26
27
propagatedBuildInputs = [
···
14
15
buildPythonPackage rec {
16
pname = "async-upnp-client";
17
+
version = "0.22.12";
18
disabled = pythonOlder "3.6";
19
20
src = fetchFromGitHub {
21
owner = "StevenLooman";
22
repo = "async_upnp_client";
23
rev = version;
24
+
sha256 = "sha256-fp7I0G6gljkTZ2slQJ8R9AJ9VKQOQi2cLiZ63seUajs=";
25
};
26
27
propagatedBuildInputs = [