python310Packages.regex 0 -> 1 attrpath: python310Packages.regex 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/yvglj5l5bnxxkv5434826v59m5ff8pnb-packages.json.drv building '/nix/store/yvglj5l5bnxxkv5434826v59m5ff8pnb-packages.json.drv'... Going to be running update for following packages: - python3.10-regex-2023.8.8 Press Enter key to continue... Running update for: - python3.10-regex-2023.8.8: UPDATING ... - python3.10-regex-2023.8.8: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/regex/default.nix b/pkgs/development/python-modules/regex/default.nix index 2df8bf922ea7..0ada0fe50ba2 100644 --- a/pkgs/development/python-modules/regex/default.nix +++ b/pkgs/development/python-modules/regex/default.nix @@ -7,14 +7,14 @@ buildPythonPackage rec { pname = "regex"; - version = "2023.8.8"; + version = "2023.12.25"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - hash = "sha256-/L3F8rDxzQ9qVs20b+QdLM4eZE47aIMvPu68X7D3cS4="; + hash = "sha256-KRcaoSjaaa/fS95BLVvtwzXyyo/P5EiQOFd9BfFhgeU="; }; checkPhase = '' No auto update branch exists Old version 2023.8.8" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , python , pythonOlder }: buildPythonPackage rec { pname = "regex"; version = "2023.10.3"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; hash = "sha256-P+9PhE0ikO4LpXrdzsF+7J499z8QonSEhd/Wo6GIzA8="; }; checkPhase = '' ${python.interpreter} -m unittest ''; pythonImportsCheck = [ "regex" ]; meta = with lib; { description = "Alternative regular expression module, to replace re"; homepage = "https://bitbucket.org/mrabarnett/mrab-regex"; license = licenses.psfl; maintainers = with maintainers; [ abbradar ]; }; }