python310Packages.tblib 1.7.0 -> 2.0.0 https://repology.org/project/python:tblib/versions attrpath: python310Packages.tblib 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/4i53i431aniqpdzj2m0zp4alik6dbi4l-packages.json.drv building '/nix/store/4i53i431aniqpdzj2m0zp4alik6dbi4l-packages.json.drv'... Going to be running update for following packages: - python3.10-tblib-1.7.0 Press Enter key to continue... Running update for: - python3.10-tblib-1.7.0: UPDATING ... - python3.10-tblib-1.7.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/tblib/default.nix b/pkgs/development/python-modules/tblib/default.nix index 2f06b665d33f..0441fb2894fd 100644 --- a/pkgs/development/python-modules/tblib/default.nix +++ b/pkgs/development/python-modules/tblib/default.nix @@ -2,11 +2,11 @@ buildPythonPackage rec { pname = "tblib"; - version = "1.7.0"; + version = "2.0.0"; src = fetchPypi { inherit pname version; - sha256 = "059bd77306ea7b419d4f76016aef6d7027cc8a0785579b5aad198803435f882c"; + sha256 = "sha256-pt8w8nLAi/i+ZuB3X62GIAXZUKa4RJuU98eIcx1w7Nc="; }; meta = with lib; { No auto update branch exists Old version 1.7.0" not present in staging derivation file with contents: { lib, buildPythonPackage, fetchPypi }: buildPythonPackage rec { pname = "tblib"; version = "2.0.0"; src = fetchPypi { inherit pname version; sha256 = "sha256-pt8w8nLAi/i+ZuB3X62GIAXZUKa4RJuU98eIcx1w7Nc="; }; meta = with lib; { description = "Traceback fiddling library. Allows you to pickle tracebacks."; homepage = "https://github.com/ionelmc/python-tblib"; license = licenses.bsd2; maintainers = with maintainers; [ teh ]; }; }