newelle: 1.0.0 -> 1.0.1

This commit is contained in:
R. Ryantm 2025-08-03 08:09:19 +00:00 committed by Pascal Bach
parent 06b9d54b35
commit e0720d01bf

View File

@ -20,7 +20,7 @@
}:
let
version = "1.0.0";
version = "1.0.1";
in
python3Packages.buildPythonApplication {
pname = "newelle";
@ -31,7 +31,7 @@ python3Packages.buildPythonApplication {
owner = "qwersyk";
repo = "Newelle";
tag = version;
hash = "sha256-9Tjp1RZMEdJWLjcy2AjOy3Rw7Q1ulFeZU4y+rMXSmFA=";
hash = "sha256-l/eNf1KLZeuDWf1A/5Y8fggOovKmjW6UFNMvNxuJXkc=";
};
postPatch = ''