dooit: 3.2.3 -> 3.3.3

This commit is contained in:
R. Ryantm
2025-08-20 13:43:19 +00:00
parent 8766d9c4eb
commit a53f8fed60
+2 -2
View File
@@ -9,14 +9,14 @@
}:
python3.pkgs.buildPythonApplication rec {
pname = "dooit";
version = "3.2.3";
version = "3.3.3";
pyproject = true;
src = fetchFromGitHub {
owner = "dooit-org";
repo = "dooit";
tag = "v${version}";
hash = "sha256-bI9X+2tTLnQwxfsnBmy2vBI3lJ4UX418zOy3oniVKWc=";
hash = "sha256-MWdih+j7spUVEWXCBzF2J/FVXK0TQ8VhrJNDhNfxpQE=";
};
build-system = with python3.pkgs; [ poetry-core ];