Commit ec2d71a4 authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.mysqlclient: 2.2.1 -> 2.2.3

parent 4888d242
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@

buildPythonPackage rec {
  pname = "mysqlclient";
  version = "2.2.1";
  version = "2.2.3";
  format = "setuptools";

  nativeBuildInputs = [
@@ -23,7 +23,7 @@ buildPythonPackage rec {

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-LHrRW4cpOxL9RLR8RoeeyV7GR/RWfoZszXC4M3WE6bI=";
    hash = "sha256-7lFlbjb8WpKSC4B+6Lnjc+Ow4mfInNyV1zsdvkaGNjE=";
  };

  meta = with lib; {