python311Packages.survey 0 -> 1 attrpath: python311Packages.survey 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/lg5h6sknvgk96xk2vvnidhbyvg8shlhb-packages.json.drv building '/nix/store/lg5h6sknvgk96xk2vvnidhbyvg8shlhb-packages.json.drv'... Going to be running update for following packages: - python3.11-survey-5.2.4 Press Enter key to continue... Running update for: - python3.11-survey-5.2.4: UPDATING ... - python3.11-survey-5.2.4: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/survey/default.nix b/pkgs/development/python-modules/survey/default.nix index 10373a9ecfa3..9564195c9477 100644 --- a/pkgs/development/python-modules/survey/default.nix +++ b/pkgs/development/python-modules/survey/default.nix @@ -7,14 +7,14 @@ buildPythonPackage rec { pname = "survey"; - version = "5.2.4"; + version = "5.3.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-Hr7sYn6V2iw4r3P8mXhYVyUD8JpU2zGq4nG6hHM7gxU="; + hash = "sha256-jMTtsrEdt3NPy8NfeNPX4YNwjH2gaQfO89Iag/MBS+A="; }; nativeBuildInputs = [ No auto update branch exists Old version 5.2.4" not present in master derivation file with contents: { lib , buildPythonPackage , pythonOlder , fetchPypi , setuptools-scm }: buildPythonPackage rec { pname = "survey"; version = "5.3.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-jMTtsrEdt3NPy8NfeNPX4YNwjH2gaQfO89Iag/MBS+A="; }; nativeBuildInputs = [ setuptools-scm ]; doCheck = false; pythonImportsCheck = [ "survey" ]; meta = with lib; { description = "A simple library for creating beautiful interactive prompts"; homepage = "https://github.com/Exahilosys/survey"; changelog = "https://github.com/Exahilosys/survey/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ sfrijters ]; }; }