mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-09 21:53:24 +00:00
Merge pull request #252095 from r-ryantm/auto-update/python310Packages.python-hosts
python310Packages.python-hosts: 1.0.3 -> 1.0.4
This commit is contained in:
commit
4165eb9e55
@ -2,11 +2,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-hosts";
|
||||
version = "1.0.3";
|
||||
version = "1.0.4";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-4SAXjx5pRDhv4YVUgrUttyUa5izpYqpDKiiGJc2y8V0=";
|
||||
hash = "sha256-y7d7CuGuKYEUCjFHvWb+iDI6oDeVsTzBNPSySzxu1Zk=";
|
||||
};
|
||||
|
||||
# win_inet_pton is required for windows support
|
||||
|
Loading…
Reference in New Issue
Block a user