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

poethepoet: 0.24.4 -> 0.25.0
This commit is contained in:
Weijia Wang 2024-03-07 07:25:47 +01:00 committed by GitHub
commit c8174abaf1
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.24.4";
version = "0.25.0";
pyproject = true;
src = fetchFromGitHub {
owner = "nat-n";
repo = "poethepoet";
rev = "v${version}";
hash = "sha256-RTV3TVNciJE7dC/gtViZcSWFXR2A4qNMAJ/1OEzMAus=";
rev = "refs/tags/v${version}";
hash = "sha256-7EHSTkmHIR13FgncmXpjZNrJFomJW6LTVw+BAbnrfRM=";
};
nativeBuildInputs = [