Merge pull request #67069 from r-ryantm/auto-update/python3.7-mysqlclient
python37Packages.mysqlclient: 1.4.2.post1 -> 1.4.4
This commit is contained in:
commit
41cae82c61
|
@ -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; {
|
||||
|
|
Loading…
Reference in New Issue