python310Packages.python-lzo 0 -> 1 attrpath: python310Packages.python-lzo 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] Going to be running update for following packages: - python3.10-python-lzo-1.14 Press Enter key to continue... Running update for: - python3.10-python-lzo-1.14: UPDATING ... - python3.10-python-lzo-1.14: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/python-lzo/default.nix b/pkgs/development/python-modules/python-lzo/default.nix index 38a31fbb6cb6..d6abd8c23637 100644 --- a/pkgs/development/python-modules/python-lzo/default.nix +++ b/pkgs/development/python-modules/python-lzo/default.nix @@ -2,11 +2,11 @@ buildPythonPackage rec { pname = "python-lzo"; - version = "1.14"; + version = "1.15"; src = fetchPypi { inherit pname version; - sha256 = "83cbd8ecaae284735250e31d6c0ecc18ac08763fab2a8c910dc5a6910db6250c"; + sha256 = "sha256-pXqqAMXDoFFd2fdCa6LPYBdn3BncAj2LmdShOwoye0k="; }; buildInputs = [ lzo ]; No auto update branch exists Old version 1.14" not present in staging derivation file with contents: { lib, fetchPypi, buildPythonPackage, lzo, pytestCheckHook, setuptools, wheel }: buildPythonPackage rec { pname = "python-lzo"; version = "1.15"; format = "pyproject"; src = fetchPypi { inherit pname version; hash = "sha256-pXqqAMXDoFFd2fdCa6LPYBdn3BncAj2LmdShOwoye0k="; }; nativeBuildInputs = [ setuptools wheel ]; buildInputs = [ lzo ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "lzo" ]; meta = with lib; { homepage = "https://github.com/jd-boyd/python-lzo"; description = "Python bindings for the LZO data compression library"; license = licenses.gpl2Only; maintainers = [ maintainers.jbedo ]; }; }