python3Packages.mysql-connector: 8.0.22 -> 8.0.23
This commit is contained in:
@@ -4,13 +4,13 @@ let
|
|||||||
py = python;
|
py = python;
|
||||||
in buildPythonPackage rec {
|
in buildPythonPackage rec {
|
||||||
pname = "mysql-connector";
|
pname = "mysql-connector";
|
||||||
version = "8.0.22";
|
version = "8.0.23";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mysql";
|
owner = "mysql";
|
||||||
repo = "mysql-connector-python";
|
repo = "mysql-connector-python";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "084q8x86ywgxgpsgdid8y9rjjys06146dqinfpmlggjswbq9kl0d";
|
sha256 = "sha256-YVtcHbDsW1mTjbCY1YhqgtqWv4keKlLExn2AhlOzNEw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with py.pkgs; [ protobuf dnspython ];
|
propagatedBuildInputs = with py.pkgs; [ protobuf dnspython ];
|
||||||
|
|||||||
Reference in New Issue
Block a user