diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2023-11-28 22:42:50 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-11-29 07:28:29 +0000 |
| commit | 58f620871095ee214e5d1dc30349be5dee9b7f49 (patch) | |
| tree | a1d5ced3687122d18f39b98f60cd8138fff3b223 | |
| parent | oelint-adv: 3.26.2 -> 3.26.4 (diff) | |
| download | nixpkgs-origin/backport-270753-to-release-23.11.tar.gz | |
python310Packages.oelint-parser: 2.11.4 -> 2.11.6origin/backport-270753-to-release-23.11
(cherry picked from commit 09e9a8afab2d081b2dfac5694a03029a5042364c)
| -rw-r--r-- | pkgs/development/python-modules/oelint-parser/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/oelint-parser/default.nix b/pkgs/development/python-modules/oelint-parser/default.nix index 64abf9f96f10..37d6dd8b54e8 100644 --- a/pkgs/development/python-modules/oelint-parser/default.nix +++ b/pkgs/development/python-modules/oelint-parser/default.nix @@ -8,13 +8,13 @@ buildPythonPackage rec { pname = "oelint-parser"; - version = "2.11.4"; + version = "2.11.6"; format = "setuptools"; src = fetchPypi { inherit version; pname = "oelint_parser"; - hash = "sha256-r8qpD7UDh8ZfsdwVuv0ipihPEX3263t929mMYf143iA="; + hash = "sha256-CTZxxKZPrAvuWGhwD7qAPG10rry0H71QSRXbGT0J3J0="; }; buildInputs = [ pip ]; |
