newelle: 1.0.1 -> 1.1.0

This commit is contained in:
R. Ryantm
2026-01-05 02:31:20 +00:00
parent 454f2ab1e1
commit 03d7faf954
+2 -2
View File
@@ -20,7 +20,7 @@
}:
let
version = "1.0.1";
version = "1.1.0";
in
python3Packages.buildPythonApplication {
pname = "newelle";
@@ -31,7 +31,7 @@ python3Packages.buildPythonApplication {
owner = "qwersyk";
repo = "Newelle";
tag = version;
hash = "sha256-l/eNf1KLZeuDWf1A/5Y8fggOovKmjW6UFNMvNxuJXkc=";
hash = "sha256-gI4HNzbIM/1ZTPWondi8tCMZOlNt/SzrTIeppY7uLDM=";
};
postPatch = ''