mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
Merge pull request #272021 from r-ryantm/auto-update/python310Packages.oelint-parser
python310Packages.oelint-parser: 2.11.6 -> 2.12.0
This commit is contained in:
commit
4679e3657f
@ -8,13 +8,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "oelint-parser";
|
pname = "oelint-parser";
|
||||||
version = "2.11.6";
|
version = "2.12.0";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit version;
|
inherit version;
|
||||||
pname = "oelint_parser";
|
pname = "oelint_parser";
|
||||||
hash = "sha256-CTZxxKZPrAvuWGhwD7qAPG10rry0H71QSRXbGT0J3J0=";
|
hash = "sha256-0Ic7WKQbwA7TnFvXRZz+mFehjWP6n+Pyp0IySMy8sdw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pip ];
|
buildInputs = [ pip ];
|
||||||
|
Loading…
Reference in New Issue
Block a user