dooit: 3.0.2 -> 3.0.3

This commit is contained in:
R. Ryantm 2024-11-16 20:25:15 +00:00
parent de90b990cf
commit 4e46094181

View File

@ -12,14 +12,14 @@ let
in
python3.pkgs.buildPythonApplication rec {
pname = "dooit";
version = "3.0.2";
version = "3.0.3";
pyproject = true;
src = fetchFromGitHub {
owner = "dooit-org";
repo = "dooit";
rev = "refs/tags/v${version}";
hash = "sha256-DPmCADFduGc5n+6q9zl0f4x9C6RmzLvBeYh2j0ZSpH0=";
hash = "sha256-o9Spe6OejCsN+pWaEVED1DlHMayOZuZv7bi/HmiogKg=";
};
build-system = with python3.pkgs; [ poetry-core ];