Skip to content

Commit 34a69e1

Browse files
committed
python312Packages.oelint-parser: 5.1.0 -> 6.5.0
Signed-off-by: Otavio Salvador <[email protected]>
1 parent 55c0a30 commit 34a69e1

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/oelint-parser

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/oelint-parser/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414

1515
buildPythonPackage rec {
1616
pname = "oelint-parser";
17-
version = "5.1.0";
17+
version = "6.5.0";
1818
pyproject = true;
1919

2020
src = fetchFromGitHub {
2121
owner = "priv-kweihmann";
2222
repo = "oelint-parser";
2323
tag = version;
24-
hash = "sha256-0cCcbnipijQgWH+08eZbE6Cqcx5cenrb+bQlf3h04tw=";
24+
hash = "sha256-RSdcBWFJoD3aOJCQeC1fnpyzOJvn/CM9K0r2bzq9fsY=";
2525
};
2626

2727
pythonRelaxDeps = [ "regex" ];

0 commit comments

Comments
 (0)