summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorEmily Trau <13267947+emilytrau@users.noreply.github.com>2023-11-29 23:57:04 +1100
committerGitHub <noreply@github.com>2023-11-29 23:57:04 +1100
commit48579be8c74fbb4ea0937e1fbf5bb99431c16b5a (patch)
treed73d129740e20ac6b03b58e35d64488670012242 /pkgs/development
parent040fba80e15a1cdd18ab6e42e1d14d057f8d0abc (diff)
parent58f620871095ee214e5d1dc30349be5dee9b7f49 (diff)
Merge pull request #270845 from NixOS/backport-270753-to-release-23.11
[Backport release-23.11] python310Packages.oelint-parser: 2.11.4 -> 2.11.6, oelint-adv: 3.26.2 -> 3.26.4
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/oelint-parser/default.nix4
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 64abf9f96f107..37d6dd8b54e8d 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 ];