Merge pull request #316177 from NixOS/backport-315609-to-release-24.05

[Backport release-24.05] oelint-adv: 5.3.2 -> 5.4.0
This commit is contained in:
Nick Cao 2024-05-31 15:11:07 -04:00 committed by GitHub
commit 4c7cb810cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,13 +6,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "oelint-adv";
version = "5.3.2";
version = "5.4.0";
format = "setuptools";
src = fetchPypi {
inherit version;
pname = "oelint_adv";
hash = "sha256-9FLoQxh9HNWmZguczfC3CkXIt7oMfCFhfen2y+Tfac4=";
hash = "sha256-yatzxVzZ3MxsHrwSBtHDgRcme7y7n8ZDl9gLWy7Jikg=";
};
propagatedBuildInputs = with python3.pkgs; [