python: python-hosts: 0.4.7 -> 1.0.0
This commit is contained in:
parent
379c83d59e
commit
769e0438dc
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-hosts";
|
||||
version = "0.4.7";
|
||||
version = "1.0.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0jdpihj8ajn6pqqa9viw0043l5wvbzgk81rnyk2134iyzhg06z80";
|
||||
sha256 = "850998704ba9025ce4c8ffd45dc4fbea2b5e30247bf3b574872ac5df90426b4d";
|
||||
};
|
||||
|
||||
# win_inet_pton is required for windows support
|
||||
|
|
Loading…
Reference in a new issue