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