Loading pkgs/development/python-modules/oelint-parser/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -14,14 +14,14 @@ buildPythonPackage rec { pname = "oelint-parser"; version = "8.2.2"; version = "8.2.4"; pyproject = true; src = fetchFromGitHub { owner = "priv-kweihmann"; repo = "oelint-parser"; tag = version; hash = "sha256-KrN7xJhb2EWRBxzl6GY+kW86oLVnzxdLYRSS9F9F/EY="; hash = "sha256-MFbDK/uahH4ZNRY3f8vW0uMFC2frlYtqVOZHT3NwA30="; }; pythonRelaxDeps = [ "regex" ]; Loading Loading
pkgs/development/python-modules/oelint-parser/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -14,14 +14,14 @@ buildPythonPackage rec { pname = "oelint-parser"; version = "8.2.2"; version = "8.2.4"; pyproject = true; src = fetchFromGitHub { owner = "priv-kweihmann"; repo = "oelint-parser"; tag = version; hash = "sha256-KrN7xJhb2EWRBxzl6GY+kW86oLVnzxdLYRSS9F9F/EY="; hash = "sha256-MFbDK/uahH4ZNRY3f8vW0uMFC2frlYtqVOZHT3NwA30="; }; pythonRelaxDeps = [ "regex" ]; Loading