python37Packages.pymysql: 0.9.2 -> 0.9.3

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.7-pymysql/versions
This commit is contained in:
R. RyanTM 2019-01-02 11:48:01 -08:00 committed by worldofpeace
parent fe018e6d3e
commit d4fa0d00f3

View File

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "PyMySQL";
version = "0.9.2";
version = "0.9.3";
src = fetchPypi {
inherit pname version;
sha256 = "0gvi63f1zq1bbd30x28kqyx351hal1yc323ckp0mihainb5n1iwy";
sha256 = "1ry8lxgdc1p3k7gbw20r405jqi5lvhi5wk83kxdbiv8xv3f5kh6q";
};
propagatedBuildInputs = [ cryptography ];