python310Packages.beartype 0 -> 1 attrpath: python310Packages.beartype 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/jigsdsxz1xr782qfnn7s2xx3bznywq12-packages.json.drv building '/nix/store/jigsdsxz1xr782qfnn7s2xx3bznywq12-packages.json.drv'... Going to be running update for following packages: - python3.10-beartype-0.14.0 Press Enter key to continue... Running update for: - python3.10-beartype-0.14.0: UPDATING ... - python3.10-beartype-0.14.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/beartype/default.nix b/pkgs/development/python-modules/beartype/default.nix index 62dbfd059b11..8fe66fef89d2 100644 --- a/pkgs/development/python-modules/beartype/default.nix +++ b/pkgs/development/python-modules/beartype/default.nix @@ -7,14 +7,14 @@ buildPythonPackage rec { pname = "beartype"; - version = "0.14.0"; + version = "0.16.2"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-VG5ujc3aHW2fkG6k6xUYqgHJxfWkQOSVkXstr1PL1Zg="; + hash = "sha256-R+wcjDvj+Zn0+fgp6JE/ZZJqp+hbGA2f/TBdx40+fXs="; }; nativeCheckInputs = [ No auto update branch exists Old version 0.14.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pytestCheckHook , pythonOlder , typing-extensions }: buildPythonPackage rec { pname = "beartype"; version = "0.15.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-Kvao2KcmfM99Jx4aO9kIr7wCXSoJqlESNWfX17N0ON8="; }; nativeCheckInputs = [ pytestCheckHook typing-extensions ]; pythonImportsCheck = [ "beartype" ]; meta = with lib; { description = "Fast runtime type checking for Python"; homepage = "https://github.com/beartype/beartype"; changelog = "https://github.com/beartype/beartype/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ bcdarwin ]; }; }