Merge pull request #272021 from r-ryantm/auto-update/python310Packages.oelint-parser

python310Packages.oelint-parser: 2.11.6 -> 2.12.0

authored by Nick Cao and committed by GitHub 4679e365 9d212970

+2 -2
+2 -2
pkgs/development/python-modules/oelint-parser/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "oelint-parser"; 11 - version = "2.11.6"; 11 + version = "2.12.0"; 12 12 format = "setuptools"; 13 13 14 14 src = fetchPypi { 15 15 inherit version; 16 16 pname = "oelint_parser"; 17 - hash = "sha256-CTZxxKZPrAvuWGhwD7qAPG10rry0H71QSRXbGT0J3J0="; 17 + hash = "sha256-0Ic7WKQbwA7TnFvXRZz+mFehjWP6n+Pyp0IySMy8sdw="; 18 18 }; 19 19 20 20 buildInputs = [ pip ];