2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-04-16 16:18:14 +00:00

oelint-adv: 5.3.1 -> 5.3.2

This commit is contained in:
R. Ryantm 2024-05-18 22:10:04 +00:00
parent 64cb1028f3
commit 6318b3093e

View File

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