openttd-nml: 0.7.6 -> 0.8.0

This commit is contained in:
R. Ryantm 2025-06-29 23:40:02 +00:00 committed by Weijia Wang
parent 39f7b8f0f5
commit 96c0495e39

View File

@ -6,19 +6,18 @@
python3.pkgs.buildPythonApplication rec {
pname = "openttd-nml";
version = "0.7.6";
version = "0.8.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "OpenTTD";
repo = "nml";
tag = version;
hash = "sha256-jAvzfmv8iLs4jb/rzRswiAPHZpx20hjfbG/NY4HGcF0=";
hash = "sha256-LZhkyYTtolB9/1ZvwYa+TJJRBIifyuqlMawK7vhPV0k=";
};
propagatedBuildInputs = with python3.pkgs; [
pillow
ply
];
meta = with lib; {