newelle: 0.9.7 -> 0.9.8 (#415159)

Co-authored-by: emaryn <emaryn@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-06-09 02:02:53 +00:00 committed by GitHub
commit eaea8aa7df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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