Unverified Commit 4165eb9e authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

Merge pull request #252095 from r-ryantm/auto-update/python310Packages.python-hosts

python310Packages.python-hosts: 1.0.3 -> 1.0.4
parents de0c1199 1a36c263
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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