python37Packages.mysqlclient: 1.3.13 -> 1.3.14

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 2018-12-14 10:15:49 -08:00 committed by Frederik Rietdijk
parent 3d5025ba79
commit 49268e7a20

View File

@ -2,7 +2,7 @@
buildPythonPackage rec {
pname = "mysqlclient";
version = "1.3.13";
version = "1.3.14";
buildInputs = [
mysql.connector-c
@ -13,7 +13,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "ff8ee1be84215e6c30a746b728c41eb0701a46ca76e343af445b35ce6250644f";
sha256 = "0symgjmzkckzsxx3piaxywls8q19s1pdgbmpm0v1m425wnfax09r";
};
meta = with stdenv.lib; {