python312Packages.mysqlclient 2.2.1 -> 2.2.3 https://github.com/PyMySQL/mysqlclient-python/releases attrpath: python312Packages.mysqlclient Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1zqjmwfpqazz5gz3jd0alb9j0ss99ypa-packages.json.drv building '/nix/store/1zqjmwfpqazz5gz3jd0alb9j0ss99ypa-packages.json.drv'... Going to be running update for following packages: - python3.12-mysqlclient-2.2.1 Press Enter key to continue... Running update for: - python3.12-mysqlclient-2.2.1: UPDATING ... - python3.12-mysqlclient-2.2.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/mysqlclient/default.nix b/pkgs/development/python-modules/mysqlclient/default.nix index e43129a94fcf..e27ee3f7c7be 100644 --- a/pkgs/development/python-modules/mysqlclient/default.nix +++ b/pkgs/development/python-modules/mysqlclient/default.nix @@ -7,7 +7,7 @@ buildPythonPackage rec { pname = "mysqlclient"; - version = "2.2.1"; + version = "2.2.4"; format = "setuptools"; nativeBuildInputs = [ @@ -23,7 +23,7 @@ buildPythonPackage rec { src = fetchPypi { inherit pname version; - hash = "sha256-LHrRW4cpOxL9RLR8RoeeyV7GR/RWfoZszXC4M3WE6bI="; + hash = "sha256-M7yfs0ZOfXwQser3M2xf+PKj07iLq0MhFq0kkL6zv0E="; }; meta = with lib; { An auto update branch exists with message `python312Packages.mysqlclient: 2.2.1 -> 2.2.3`. New version is 2.2.4. The auto update branch does not match or exceed the new version. There might already be an open PR for this update: - python311Packages.mysqlclient: 2.2.1 -> 2.2.4 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/287620"