1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

oelint-adv: 3.26.2 -> 3.26.4

This commit is contained in:
Otavio Salvador 2023-11-28 22:42:50 +00:00
parent 5630bd0984
commit 684c68ead6

View file

@ -6,13 +6,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "oelint-adv";
version = "3.26.2";
version = "3.26.4";
format = "setuptools";
src = fetchPypi {
inherit version;
pname = "oelint_adv";
hash = "sha256-tR4CB4i91XHoyFtZH1LsDxVI791v0LCtvCd28Ahlxlc=";
hash = "sha256-Gb4BQl/CJDpvzvwBDFWYUGvMQBbZZSMCDQh4xbOzp6Y=";
};
propagatedBuildInputs = with python3.pkgs; [