python311Packages.idna 0 -> 1 attrpath: python311Packages.idna 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.11-idna-3.6 Press Enter key to continue... Running update for: - python3.11-idna-3.6: UPDATING ... - python3.11-idna-3.6: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/idna/default.nix b/pkgs/development/python-modules/idna/default.nix index 77aeb4483dc3..9a3a3a0e755f 100644 --- a/pkgs/development/python-modules/idna/default.nix +++ b/pkgs/development/python-modules/idna/default.nix @@ -7,12 +7,12 @@ buildPythonPackage rec { pname = "idna"; - version = "3.6"; + version = "3.7"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-ns270IOwZ5iuHoaty/6KsUec+GTk7jD+TkagA9Ekkco="; + hash = "sha256-Ao/zqt8GCcH9J42OowiSmUEqeoub0AXdCLn4KFvLXPw="; }; nativeBuildInputs = [ No auto update branch exists Old version 3.6" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , flit-core , pytestCheckHook }: buildPythonPackage rec { pname = "idna"; version = "3.7"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-Ao/zqt8GCcH9J42OowiSmUEqeoub0AXdCLn4KFvLXPw="; }; build-system = [ flit-core ]; nativeCheckInputs = [ pytestCheckHook ]; meta = { homepage = "https://github.com/kjd/idna/"; changelog = "https://github.com/kjd/idna/releases/tag/v${version}"; description = "Internationalized Domain Names in Applications (IDNA)"; license = lib.licenses.bsd3; }; }