python311Packages.oelint-parser 0 -> 1 attrpath: python311Packages.oelint-parser 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/qikm9xrn5s9h6md3l1lpfxhfjh7jj6y4-packages.json.drv building '/nix/store/qikm9xrn5s9h6md3l1lpfxhfjh7jj6y4-packages.json.drv'... Going to be running update for following packages: - python3.11-oelint-parser-3.1.0 Press Enter key to continue... Running update for: - python3.11-oelint-parser-3.1.0: UPDATING ... - python3.11-oelint-parser-3.1.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/oelint-parser/default.nix b/pkgs/development/python-modules/oelint-parser/default.nix index eb3e76a5e518..407be029a60b 100644 --- a/pkgs/development/python-modules/oelint-parser/default.nix +++ b/pkgs/development/python-modules/oelint-parser/default.nix @@ -9,13 +9,13 @@ buildPythonPackage rec { pname = "oelint-parser"; - version = "3.1.0"; + version = "3.2.0"; format = "setuptools"; src = fetchPypi { inherit version; pname = "oelint_parser"; - hash = "sha256-uR90Af/3E8YVZ2ALSVFOkTr59iVw5NkLOnQBm4Us1vk="; + hash = "sha256-RmOKrR89bRzewUwK4oebkM8GmfEcwcx8fKFiChnMD5A="; }; buildInputs = [ pip ]; No auto update branch exists There might already be an open PR for this update: - python312Packages.oelint-parser: 3.1.0 -> 3.2.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/287432"