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