python310Packages.mysqlclient 0 -> 1 attrpath: python310Packages.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] Going to be running update for following packages: - python3.10-mysqlclient-2.1.1 Press Enter key to continue... Running update for: - python3.10-mysqlclient-2.1.1: UPDATING ... - python3.10-mysqlclient-2.1.1: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/mysqlclient/default.nix b/pkgs/development/python-modules/mysqlclient/default.nix index 7b85fcf54b54..991f381f3523 100644 --- a/pkgs/development/python-modules/mysqlclient/default.nix +++ b/pkgs/development/python-modules/mysqlclient/default.nix @@ -2,7 +2,7 @@ buildPythonPackage rec { pname = "mysqlclient"; - version = "2.1.1"; + version = "2.2.0"; nativeBuildInputs = [ libmysqlclient @@ -17,7 +17,7 @@ buildPythonPackage rec { src = fetchPypi { inherit pname version; - hash = "sha256-godX5Bn7Ed1sXtJXbsksPvqpOg98OeJjWG0e53nD14I="; + hash = "sha256-BDaERfnEh9irt6h449I+kj5gcsBKbDIPng3IqC77oU4="; }; meta = with lib; { No auto update branch exists Old version 2.1.1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , libmysqlclient , pkg-config }: buildPythonPackage rec { pname = "mysqlclient"; version = "2.2.0"; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libmysqlclient ]; # Tests need a MySQL database doCheck = false; src = fetchPypi { inherit pname version; hash = "sha256-BDaERfnEh9irt6h449I+kj5gcsBKbDIPng3IqC77oU4="; }; meta = with lib; { description = "Python interface to MySQL"; homepage = "https://github.com/PyMySQL/mysqlclient-python"; license = licenses.gpl2Only; maintainers = with maintainers; [ y0no ]; }; }