python310Packages.type-infer 0 -> 1 attrpath: python310Packages.type-infer 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/ign2hasw5cs18nyhhdfw06k4bf6bq3mq-packages.json.drv building '/nix/store/ign2hasw5cs18nyhhdfw06k4bf6bq3mq-packages.json.drv'... Going to be running update for following packages: - python3.10-type-infer-0.0.17 Press Enter key to continue... Running update for: - python3.10-type-infer-0.0.17: UPDATING ... - python3.10-type-infer-0.0.17: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/type-infer/default.nix b/pkgs/development/python-modules/type-infer/default.nix index 7983ac8d29bf..55af22a1c94b 100644 --- a/pkgs/development/python-modules/type-infer/default.nix +++ b/pkgs/development/python-modules/type-infer/default.nix @@ -24,7 +24,7 @@ let in buildPythonPackage rec { pname = "type-infer"; - version = "0.0.17"; + version = "0.0.18"; format = "pyproject"; disabled = pythonOlder "3.8"; @@ -33,7 +33,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "type_infer"; inherit version; - hash = "sha256-2bPXJuGDXTVoYUP9IfwyRy8LbMT/ySoHDzuelrOq/DU="; + hash = "sha256-nA5TlyHpCueFWqUggS7T/eKSLlffp0pIyGCouwXPZ28="; }; nativeBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - python311Packages.type-infer: 0.0.17 -> 0.0.18 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/276820"