python310Packages.psygnal 0 -> 1 attrpath: python310Packages.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] Going to be running update for following packages: - python3.10-psygnal-0.9.0 Press Enter key to continue... Running update for: - python3.10-psygnal-0.9.0: UPDATING ... - python3.10-psygnal-0.9.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/psygnal/default.nix b/pkgs/development/python-modules/psygnal/default.nix index c4a1565ccc2d..ac9efa8903fe 100644 --- a/pkgs/development/python-modules/psygnal/default.nix +++ b/pkgs/development/python-modules/psygnal/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "psygnal"; - version = "0.9.0"; + version = "0.9.4"; format = "pyproject"; disabled = pythonOlder "3.8"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "pyapp-kit"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-9rYG0XqwFJQojnvM5ygm1RVu9NbeFASns0llOGKaP+4="; + hash = "sha256-1oy0gXHDAoCIPXAitQv6MRb3p2j89zBaZvpUni6wT8A="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version; No auto update branch exists Old version 0.9.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , hatch-vcs , hatchling , mypy-extensions , numpy , pydantic , pytestCheckHook , pythonOlder , toolz , typing-extensions , wrapt }: buildPythonPackage rec { pname = "psygnal"; version = "0.9.2"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "pyapp-kit"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-Ki2s057aqaZa+kOpAlhBYFpZeuDX42+txQXFuBtXd04="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version; buildInputs = [ hatch-vcs hatchling ]; propagatedBuildInputs = [ mypy-extensions typing-extensions ]; nativeCheckInputs = [ numpy pydantic pytestCheckHook toolz wrapt ]; 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 ]; }; }