From 20af0f88c76f6bb69d868a7417445895e4fa9e7d Mon Sep 17 00:00:00 2001 From: Thomas Butter Date: Tue, 26 May 2026 06:52:39 +0000 Subject: [PATCH] poethepoet: 0.28.0 -> 0.46.0 --- pkgs/by-name/po/poethepoet/package.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/po/poethepoet/package.nix b/pkgs/by-name/po/poethepoet/package.nix index ca9b0655b183..7b7647dd650a 100644 --- a/pkgs/by-name/po/poethepoet/package.nix +++ b/pkgs/by-name/po/poethepoet/package.nix @@ -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 ];