python3Packages.python-hosts: 1.0.0 -> 1.0.1

This commit is contained in:
Frederik Rietdijk 2020-10-25 10:06:56 +01:00 committed by Jonathan Ringer
parent 0fc5e60fd2
commit 955c527a9f

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "python-hosts";
version = "1.0.0";
version = "1.0.1";
src = fetchPypi {
inherit pname version;
sha256 = "850998704ba9025ce4c8ffd45dc4fbea2b5e30247bf3b574872ac5df90426b4d";
sha256 = "5b9749ce807170fb340d044d3f971e1da4dac0ae6af8ce8db00b6758a920a2bc";
};
# win_inet_pton is required for windows support