python3Packages.pydo: 0.22.0 -> 0.23.0

This commit is contained in:
R. Ryantm
2025-12-21 15:26:37 +00:00
parent ea178f051c
commit 6e861871ff
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "pydo";
version = "0.22.0";
version = "0.23.0";
pyproject = true;
src = fetchFromGitHub {
owner = "digitalocean";
repo = "pydo";
tag = "v${version}";
hash = "sha256-OYL75FFyyg47H9K436oVafZCcBLSkfLaJuZEtc1o5dU=";
hash = "sha256-wmrth6n6vlYLMMiNYm6p5sS2keEFsnGm9sGjShSsLaA=";
};
build-system = [ poetry-core ];