python37Packages.mysqlclient: 1.4.2.post1 -> 1.4.4

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-mysqlclient/versions
This commit is contained in:
R. RyanTM 2019-08-20 04:52:24 -07:00
parent ffbb4d26f9
commit d1fda615dc

@ -2,7 +2,7 @@
buildPythonPackage rec {
pname = "mysqlclient";
version = "1.4.2.post1";
version = "1.4.4";
nativeBuildInputs = [
mysql.connector-c
@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "f257d250f2675d0ef99bd318906f3cfc05cef4a2f385ea695ff32a3f04b9f9a7";
sha256 = "1379hab7spjp9v5fypqgy0b8vr8vnalxahm9hcsxvj2xbb2pqwww";
};
meta = with stdenv.lib; {