Nix: bump version

This commit is contained in:
Toast 2025-06-05 11:49:37 +02:00
parent 42943a4bd5
commit a757e31cee

View file

@ -4,7 +4,7 @@
qt6 qt6
}: python3Packages.buildPythonApplication rec { }: python3Packages.buildPythonApplication rec {
pname = "leek"; pname = "leek";
version = "0.1"; version = "0.2";
pyproject = true; pyproject = true;
src = ./.; src = ./.;