python3Packages.python-hosts: 0.4.5 -> 0.4.7

Also fixes the build: https://hydra.nixos.org/build/101987213

ZHF #68361
This commit is contained in:
Maximilian Bosch 2019-09-26 21:13:26 +02:00
parent 091f906948
commit 991f825f2d
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "python-hosts";
version = "0.4.5";
version = "0.4.7";
src = fetchPypi {
inherit pname version;
sha256 = "1e5f04430fdaf09d6a7d9e82aa989669bc70fbba3e3e263f112a3e85193259b6";
sha256 = "0jdpihj8ajn6pqqa9viw0043l5wvbzgk81rnyk2134iyzhg06z80";
};
# win_inet_pton is required for windows support