poethepoet: 0.25.0 -> 0.25.1

This commit is contained in:
R. Ryantm 2024-04-15 10:37:28 +00:00
parent 9831d39ef6
commit a227e07e6d

View File

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