lue: 0.3.1 -> 0.4.0

This commit is contained in:
R. Ryantm
2025-12-17 04:29:03 +00:00
parent d2d63347f5
commit 178e2491fb
+2 -2
View File
@@ -8,14 +8,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "lue";
version = "0.3.1";
version = "0.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "superstarryeyes";
repo = "lue";
tag = "v${version}";
hash = "sha256-D1y7nu3WIsnShy2ruyF06iVusD8leuaAUi0M8I1hVqQ=";
hash = "sha256-T7uh9PSCTkT+jYxQYC4ebPkabDz3pc6JjCGtgNatIAM=";
};
build-system = with python3.pkgs; [