python311Packages.psygnal 0 -> 1 attrpath: python311Packages.psygnal 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/fpbwiapwd7rh081snkn2n2r1k2j3xz78-packages.json.drv building '/nix/store/fpbwiapwd7rh081snkn2n2r1k2j3xz78-packages.json.drv'... Going to be running update for following packages: - python3.11-psygnal-0.9.5 Press Enter key to continue... Running update for: - python3.11-psygnal-0.9.5: UPDATING ... - python3.11-psygnal-0.9.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/psygnal/default.nix b/pkgs/development/python-modules/psygnal/default.nix index 890d397c532f..a572275616bb 100644 --- a/pkgs/development/python-modules/psygnal/default.nix +++ b/pkgs/development/python-modules/psygnal/default.nix @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "psygnal"; - version = "0.9.5"; + version = "0.10.2"; format = "pyproject"; disabled = pythonOlder "3.8"; @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "pyapp-kit"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-eDfGWmTKJrkkzRy1I3wl3WYPCxtPHSRzqAoOiO7QQ9Y="; + hash = "sha256-S13okzNGVl6neR1yHPVV5ZXOg2Q6XepQEUFCco7pQi8="; }; buildInputs = [ No auto update branch exists Old version 0.9.5" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , hatch-vcs , hatchling , mypy-extensions , numpy , pydantic , pytestCheckHook , pythonOlder , toolz , typing-extensions , wrapt , attrs }: buildPythonPackage rec { pname = "psygnal"; version = "0.10.0"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "pyapp-kit"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-RckzvOclV2UUZLYq3buLeLLBN/Q/CmCAqmGmjzYPqbM="; }; buildInputs = [ hatch-vcs hatchling ]; propagatedBuildInputs = [ mypy-extensions typing-extensions ]; nativeCheckInputs = [ numpy pydantic pytestCheckHook toolz wrapt attrs ]; pythonImportsCheck = [ "psygnal" ]; meta = with lib; { description = "Implementation of Qt Signals"; homepage = "https://github.com/pyapp-kit/psygnal"; changelog = "https://github.com/pyapp-kit/psygnal/blob/v${version}/CHANGELOG.md"; license = licenses.bsd3; maintainers = with maintainers; [ SomeoneSerge ]; }; }