python311Packages.click-didyoumean 0 -> 1 attrpath: python311Packages.click-didyoumean 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/zwdcb81ijl6ck49xjglnwhizj0cxqrdw-packages.json.drv building '/nix/store/zwdcb81ijl6ck49xjglnwhizj0cxqrdw-packages.json.drv'... Going to be running update for following packages: - python3.11-click-didyoumean-0.3.0 Press Enter key to continue... Running update for: - python3.11-click-didyoumean-0.3.0: UPDATING ... - python3.11-click-didyoumean-0.3.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/click-didyoumean/default.nix b/pkgs/development/python-modules/click-didyoumean/default.nix index 8c1bf6f26e94..d2ecba57b361 100644 --- a/pkgs/development/python-modules/click-didyoumean/default.nix +++ b/pkgs/development/python-modules/click-didyoumean/default.nix @@ -4,12 +4,12 @@ buildPythonPackage rec { pname = "click-didyoumean"; - version = "0.3.0"; + version = "0.3.1"; format = "setuptools"; src = fetchPypi { inherit pname version; - sha256 = "f184f0d851d96b6d29297354ed981b7dd71df7ff500d82fa6d11f0856bee8035"; + sha256 = "sha256-T4L9/w2+ZO+Ksieb1qo/apnDsowFqgnL/AfJ1/u1pGM="; }; propagatedBuildInputs = [ click ]; No auto update branch exists Old version 0.3.0" not present in staging derivation file with contents: { lib, buildPythonPackage, fetchFromGitHub, poetry-core, click, pytestCheckHook }: buildPythonPackage rec { pname = "click-didyoumean"; version = "0.3.1"; pyproject = true; src = fetchFromGitHub { owner = "click-contrib"; repo = "click-didyoumean"; rev = "refs/tags/v${version}"; hash = "sha256-C8OrJUfBFiDM/Jnf1iJo8pGEd0tUhar1vu4fVIfGzq8="; }; build-system = [ poetry-core ]; dependencies = [ click ]; nativeCheckInputs = [ pytestCheckHook ]; meta = with lib; { description = "Enable git-like did-you-mean feature in click"; homepage = "https://github.com/click-contrib/click-didyoumean"; license = licenses.mit; maintainers = with maintainers; [ mbode ]; }; }