canaille: 0.2.2 -> 0.2.3

This commit is contained in:
R. Ryantm
2026-03-28 10:08:45 +00:00
parent 687fa2001f
commit 30dfa083cb
+2 -2
View File
@@ -12,14 +12,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "canaille";
version = "0.2.2";
version = "0.2.3";
pyproject = true;
src = fetchFromGitLab {
owner = "yaal";
repo = "canaille";
tag = version;
hash = "sha256-hJt2BU8Z0XF94skgK5x1TJUZ9bwEt+VJvaeLLyykpsE=";
hash = "sha256-kBbkqoXyGO238EArwYyjO46Kk5SkfP31Dc51qglLmqQ=";
};
build-system = with python.pkgs; [