about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-05-06 10:56:10 -0400
committerGitHub <noreply@github.com>2024-05-06 10:56:10 -0400
commit9fe2d97e0d1df9b6aa1e1e959ca86e352a1718bf (patch)
tree8f326504da2e1e481e161b93ea2b7bef4f0c3ed5 /pkgs/development
parent97ae4fc7508449a4cc4c209a09345d72ce78c0d0 (diff)
parent53eae8c23c2147f4fe1a17a9470a8013cf631790 (diff)
Merge pull request #309472 from r-ryantm/auto-update/python311Packages.oelint-parser
python311Packages.oelint-parser: 3.5.0 -> 3.5.1
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 9fc4de88fb9f2..30c4aa4eb2717 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.5.0";
+  version = "3.5.1";
   format = "setuptools";
 
   src = fetchPypi {
     inherit version;
     pname = "oelint_parser";
-    hash = "sha256-MvLHi0/tMkWBARyIVm/cuMbS2euK37xvQUbkmOrUyVU=";
+    hash = "sha256-i/fVihl+XnY3grHG2OXJ2ZQB43o/aNOGV/buh2zUMOQ=";
   };
 
   buildInputs = [ pip ];