python310Packages.pyicu 2.11 -> 2.12 https://repology.org/project/python:pyicu/versions attrpath: python310Packages.pyicu 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/fsi43ppi42j03cvjnyrkcd9a2lbk2yxq-packages.json.drv building '/nix/store/fsi43ppi42j03cvjnyrkcd9a2lbk2yxq-packages.json.drv'... Going to be running update for following packages: - python3.10-pyicu-2.11 Press Enter key to continue... Running update for: - python3.10-pyicu-2.11: UPDATING ... - python3.10-pyicu-2.11: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pyicu/default.nix b/pkgs/development/python-modules/pyicu/default.nix index 901bec161445..c44bfcd29974 100644 --- a/pkgs/development/python-modules/pyicu/default.nix +++ b/pkgs/development/python-modules/pyicu/default.nix @@ -8,13 +8,13 @@ buildPythonPackage rec { pname = "pyicu"; - version = "2.11"; + version = "2.12"; format = "setuptools"; src = fetchPypi { pname = "PyICU"; inherit version; - hash = "sha256-OrUxJkz+kTKz0qxdcI2ppGSdJfbmgTcwrIjPBAoIqEQ="; + hash = "sha256-vXq176k61pLm2qKc0kk2TlISGDKSIXJqETyjyygchhE="; }; nativeBuildInputs = [ icu ]; # for icu-config, but should be replaced with pkg-config No auto update branch exists Old version 2.11" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pytestCheckHook , six , icu }: buildPythonPackage rec { pname = "pyicu"; version = "2.12"; format = "setuptools"; src = fetchPypi { pname = "PyICU"; inherit version; hash = "sha256-vXq176k61pLm2qKc0kk2TlISGDKSIXJqETyjyygchhE="; }; nativeBuildInputs = [ icu ]; # for icu-config, but should be replaced with pkg-config buildInputs = [ icu ]; nativeCheckInputs = [ pytestCheckHook six ]; pythonImportsCheck = [ "icu" ]; meta = with lib; { homepage = "https://gitlab.pyicu.org/main/pyicu"; description = "Python extension wrapping the ICU C++ API"; changelog = "https://gitlab.pyicu.org/main/pyicu/-/raw/v${version}/CHANGES"; license = licenses.mit; }; }