Merge pull request #328817 from r-ryantm/auto-update/poethepoet

poethepoet: 0.26.1 -> 0.27.0
This commit is contained in:
Sebastián Mancilla 2024-08-13 21:22:14 -04:00 committed by GitHub
commit 45e4635803
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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