python311Packages.mysqlclient: 2.2.0 -> 2.2.1

This commit is contained in:
R. Ryantm
2023-12-25 23:22:19 +00:00
parent e2a637a479
commit d2fa06b609
@@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "mysqlclient";
version = "2.2.0";
version = "2.2.1";
format = "setuptools";
nativeBuildInputs = [
@@ -23,7 +23,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
hash = "sha256-BDaERfnEh9irt6h449I+kj5gcsBKbDIPng3IqC77oU4=";
hash = "sha256-LHrRW4cpOxL9RLR8RoeeyV7GR/RWfoZszXC4M3WE6bI=";
};
meta = with lib; {