python38Packages.python-hosts: 1.0.1 -> 1.0.2
This commit is contained in:
parent
c25465873c
commit
1fc8c4ea83
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "python-hosts";
|
pname = "python-hosts";
|
||||||
version = "1.0.1";
|
version = "1.0.2";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "5b9749ce807170fb340d044d3f971e1da4dac0ae6af8ce8db00b6758a920a2bc";
|
sha256 = "8f827da4a1bf69d4f4f881f7d7ebc8b378967b60924aa4baea2c9d1debedf5fc";
|
||||||
};
|
};
|
||||||
|
|
||||||
# win_inet_pton is required for windows support
|
# win_inet_pton is required for windows support
|
||||||
|
|
Loading…
Reference in a new issue