dooit: 3.0.4 -> 3.1.0

This commit is contained in:
R. Ryantm
2024-12-09 10:32:28 +00:00
parent 962bd73da6
commit ff6fe6ec6d
+2 -2
View File
@@ -12,14 +12,14 @@ let
in
python3.pkgs.buildPythonApplication rec {
pname = "dooit";
version = "3.0.4";
version = "3.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "dooit-org";
repo = "dooit";
rev = "refs/tags/v${version}";
hash = "sha256-gWpmjpgAn37hfNv4aCCb+7pW/39Ngo8/Za9AdU4YCKA=";
hash = "sha256-tqSWDW3nj+nMt7t5vgSqWvtx7YA3y2GV29gI1MYFMhc=";
};
build-system = with python3.pkgs; [ poetry-core ];