python310Packages.oelint-parser: 2.11.4 -> 2.11.6
This commit is contained in:
parent
684c68ead6
commit
09e9a8afab
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue