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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5428ka9pm1w53vs06z579nlj5vzla4kx-packages.json.drv building '/nix/store/5428ka9pm1w53vs06z579nlj5vzla4kx-packages.json.drv'... Going to be running update for following packages: - python3.10-pyqt-builder-1.14.1 Press Enter key to continue... Running update for: - python3.10-pyqt-builder-1.14.1: UPDATING ... - python3.10-pyqt-builder-1.14.1: 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 0227aa102331..9fff0ef319da 100644 --- a/pkgs/development/python-modules/pyqt-builder/default.nix +++ b/pkgs/development/python-modules/pyqt-builder/default.nix @@ -2,12 +2,12 @@ buildPythonPackage rec { pname = "pyqt-builder"; - version = "1.14.1"; + version = "1.15.2"; src = fetchPypi { pname = "PyQt-builder"; inherit version; - hash = "sha256-g7w+MAr/i0FAWAS2qcKRM4mrWcSK2fDLhYSm73O8pQI="; + hash = "sha256-dGz+g8A+v/RFjUeKHAZxR5Dvk+RY7NWii8KDe6yI63Q="; }; propagatedBuildInputs = [ packaging sip ]; No auto update branch exists Old version 1.14.1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , packaging , setuptools , sip , wheel }: buildPythonPackage rec { pname = "pyqt-builder"; version = "1.15.2"; format = "pyproject"; src = fetchPypi { pname = "PyQt-builder"; inherit version; hash = "sha256-dGz+g8A+v/RFjUeKHAZxR5Dvk+RY7NWii8KDe6yI63Q="; }; 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 ]; }; }