poethepoet: 0.28.0 -> 0.46.0 (#524338)

This commit is contained in:
Nick Cao
2026-05-29 13:22:07 +00:00
committed by GitHub
+3 -2
View File
@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication (finalAttrs: {
pname = "poethepoet";
version = "0.28.0";
version = "0.46.0";
pyproject = true;
src = fetchFromGitHub {
owner = "nat-n";
repo = "poethepoet";
tag = "v${finalAttrs.version}";
hash = "sha256-um17UHFLX7zLQXLWbYnEnaLUwMgFSxdGt85fjMBEhjQ=";
hash = "sha256-K2ARb70vTEYdnNOKtUES6n5FPapdq6BFMVg25dTb12U=";
};
nativeBuildInputs = [
@@ -22,6 +22,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
propagatedBuildInputs = with python3.pkgs; [
pastel
pyyaml
tomli
];