python36Packages.pycares: 1.0.0 -> 2.3.0 (#48983)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-pycares/versions
This commit is contained in:
R. RyanTM 2018-10-29 05:59:34 -07:00 committed by Robert Schütz
parent 69931e1eee
commit 15af3177d8

View file

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "pycares";
version = "1.0.0";
version = "2.3.0";
src = fetchPypi {
inherit pname version;
sha256 = "a18341ea030e2cc0743acdf4aa72302bdf6b820938b36ce4bd76e43faa2276a3";
sha256 = "0h4fxw5drrhfyslzmfpljk0qnnpbhhb20hnnndzahhbwylyw1x1n";
};
propagatedBuildInputs = [ pkgs.c-ares ];