python310Packages.readchar 0 -> 1 attrpath: python310Packages.readchar 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/vvkzzpwbmjb212l4pksw9c3nbp507rgp-packages.json.drv building '/nix/store/vvkzzpwbmjb212l4pksw9c3nbp507rgp-packages.json.drv'... Going to be running update for following packages: - python3.10-readchar-3.0.5 Press Enter key to continue... Running update for: - python3.10-readchar-3.0.5: UPDATING ... - python3.10-readchar-3.0.5: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/readchar/default.nix b/pkgs/development/python-modules/readchar/default.nix index 81c489bd8c0..a552d0aa57e 100644 --- a/pkgs/development/python-modules/readchar/default.nix +++ b/pkgs/development/python-modules/readchar/default.nix @@ -12,15 +12,15 @@ buildPythonPackage rec { pname = "readchar"; - version = "3.0.5"; + version = "4.0.3"; format = "setuptools"; # Don't use wheels on PyPI src = fetchFromGitHub { owner = "magmax"; repo = "python-${pname}"; - rev = "v${version}"; - sha256 = "sha256:01bjw3ipdzxq1ijn9354nlya625i26ri7jac1dnlj1d1gdd8m5lx"; + rev = "refs/tags/v${version}"; + sha256 = "sha256-QMaTZRS9iOSuax706Es9WhkwU3vdcNb14dbiSt48aN0="; }; postPatch = '' No auto update branch exists Old version 3.0.5" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub # native , flake8 # tests , pytestCheckHook , pexpect }: buildPythonPackage rec { pname = "readchar"; version = "4.0.3"; format = "setuptools"; # Don't use wheels on PyPI src = fetchFromGitHub { owner = "magmax"; repo = "python-${pname}"; rev = "refs/tags/v${version}"; sha256 = "sha256-QMaTZRS9iOSuax706Es9WhkwU3vdcNb14dbiSt48aN0="; }; postPatch = '' substituteInPlace setup.cfg \ --replace "--cov=readchar" "" ''; nativeBuildInputs = [ flake8 ]; checkInputs = [ pytestCheckHook pexpect ]; meta = with lib; { homepage = "https://github.com/magmax/python-readchar"; description = "Python library to read characters and key strokes"; license = licenses.mit; maintainers = [ maintainers.mmahut ]; }; }