poethepoet: 0.25.1 -> 0.26.1

This commit is contained in:
R. Ryantm 2024-05-04 07:56:06 +00:00
parent a05b336245
commit d7cd24a91f

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "poethepoet";
version = "0.25.1";
version = "0.26.1";
pyproject = true;
src = fetchFromGitHub {
owner = "nat-n";
repo = "poethepoet";
rev = "refs/tags/v${version}";
hash = "sha256-x57/7Qw2cLSmB01uiIAIu0dBhFqol+ewO1fRs45U0qE=";
hash = "sha256-7mRzWxMhDNUc+eY9uEszt/qQUUJhlgJqadCL+Z7QzWo=";
};
nativeBuildInputs = [