python310Packages.pyqt-builder 0 -> 1 attrpath: python310Packages.pyqt-builder 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/r4kwlwryam3fpnwkkysqr3h2mgsglbmk-packages.json.drv building '/nix/store/r4kwlwryam3fpnwkkysqr3h2mgsglbmk-packages.json.drv'... Going to be running update for following packages: - python3.10-pyqt-builder-1.15.2 Press Enter key to continue... Running update for: - python3.10-pyqt-builder-1.15.2: UPDATING ... - python3.10-pyqt-builder-1.15.2: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/pyqt-builder/default.nix b/pkgs/development/python-modules/pyqt-builder/default.nix index 345b5aa13a1e..1bf96713a4fe 100644 --- a/pkgs/development/python-modules/pyqt-builder/default.nix +++ b/pkgs/development/python-modules/pyqt-builder/default.nix @@ -9,13 +9,13 @@ buildPythonPackage rec { pname = "pyqt-builder"; - version = "1.15.2"; + version = "1.15.4"; format = "pyproject"; src = fetchPypi { pname = "PyQt-builder"; inherit version; - hash = "sha256-dGz+g8A+v/RFjUeKHAZxR5Dvk+RY7NWii8KDe6yI63Q="; + hash = "sha256-OfjHXbF9nOF8trvz3xZQtc68HqTlvXOEPSHMlmErKuE="; }; nativeBuildInputs = [ No auto update branch exists Old version 1.15.2" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , packaging , setuptools , sip , wheel }: buildPythonPackage rec { pname = "pyqt-builder"; version = "1.15.3"; format = "pyproject"; src = fetchPypi { pname = "PyQt-builder"; inherit version; hash = "sha256-WzPpnty3fUpjo4YF9EV6BM/04lTHce1SnryViZBszbE="; }; nativeBuildInputs = [ setuptools wheel ]; propagatedBuildInputs = [ packaging sip ]; pythonImportsCheck = [ "pyqtbuild" ]; # There aren't tests doCheck = false; meta = with lib; { description = "PEP 517 compliant build system for PyQt"; homepage = "https://pypi.org/project/PyQt-builder/"; license = licenses.gpl3Only; maintainers = with maintainers; [ nrdxp ]; }; }