python: python-hosts: 0.4.7 -> 1.0.0
This commit is contained in:
parent
379c83d59e
commit
769e0438dc
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "python-hosts";
|
pname = "python-hosts";
|
||||||
version = "0.4.7";
|
version = "1.0.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0jdpihj8ajn6pqqa9viw0043l5wvbzgk81rnyk2134iyzhg06z80";
|
sha256 = "850998704ba9025ce4c8ffd45dc4fbea2b5e30247bf3b574872ac5df90426b4d";
|
||||||
};
|
};
|
||||||
|
|
||||||
# win_inet_pton is required for windows support
|
# win_inet_pton is required for windows support
|
||||||
|
Loading…
x
Reference in New Issue
Block a user