python36Packages.pycountry: 1.17 -> 18.5.26

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-pycountry/versions
This commit is contained in:
R. RyanTM 2018-10-24 04:36:13 -07:00 committed by Frederik Rietdijk
parent 69349cce7f
commit 0b51a12e48

View file

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "pycountry";
version = "1.17";
version = "18.5.26";
src = fetchPypi {
inherit pname version;
sha256 = "1qvhq0c9xsh6d4apcvjphfzl6xnwhnk4jvhr8x2fdfnmb034lc26";
sha256 = "15q9j047s3yc9cfcxq1ch8b71f81na44cr6dydd5gxk0ki9a4akz";
};
meta = with stdenv.lib; {