dooit-extras: 0.2.0 -> 0.2.1 (#413504)

This commit is contained in:
Nick Cao
2025-06-03 18:53:32 -04:00
committed by GitHub
+2 -2
View File
@@ -10,14 +10,14 @@ let
in
python3.pkgs.buildPythonPackage rec {
pname = "dooit-extras";
version = "0.2.0";
version = "0.2.1";
pyproject = true;
src = fetchFromGitHub {
owner = "dooit-org";
repo = "dooit-extras";
tag = "v${version}";
hash = "sha256-ZBzzH8k4oC3ovLF9+9rzzFZaDDoOvcbX5NCh1WBedK4=";
hash = "sha256-h29lN32Qca8edF1aLhLxnV97MMEapX3Docc+CIEF6I4=";
};
build-system = with python3.pkgs; [ poetry-core ];