newelle: 0.9.7 -> 0.9.8

This commit is contained in:
R. Ryantm 2025-06-09 01:26:51 +00:00
parent edc7c67ab7
commit c9390a5353

View file

@ -20,14 +20,14 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "newelle"; pname = "newelle";
version = "0.9.7"; version = "0.9.8";
pyproject = false; # uses meson pyproject = false; # uses meson
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "qwersyk"; owner = "qwersyk";
repo = "Newelle"; repo = "Newelle";
tag = version; tag = version;
hash = "sha256-h0dWjnUqWcPdSbR60HF2KvQxUyYeR3qHf2GMHt/kSm0="; hash = "sha256-VyUng/ZX8+wInRX705IWdBgTbX439R60h62ONdpZ0+8=";
}; };
postPatch = '' postPatch = ''