We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55c0a30 commit 34a69e1Copy full SHA for 34a69e1
pkgs/development/python-modules/oelint-parser/default.nix
@@ -14,14 +14,14 @@
14
15
buildPythonPackage rec {
16
pname = "oelint-parser";
17
- version = "5.1.0";
+ version = "6.5.0";
18
pyproject = true;
19
20
src = fetchFromGitHub {
21
owner = "priv-kweihmann";
22
repo = "oelint-parser";
23
tag = version;
24
- hash = "sha256-0cCcbnipijQgWH+08eZbE6Cqcx5cenrb+bQlf3h04tw=";
+ hash = "sha256-RSdcBWFJoD3aOJCQeC1fnpyzOJvn/CM9K0r2bzq9fsY=";
25
};
26
27
pythonRelaxDeps = [ "regex" ];
0 commit comments