Merge pull request #265918 from figsoda/poe

poethepoet: 0.24.1 -> 0.24.2
This commit is contained in:
Nick Cao 2023-11-07 09:15:28 -05:00 committed by GitHub
commit d33ddd39d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "poethepoet";
version = "0.24.1";
version = "0.24.2";
pyproject = true;
src = fetchFromGitHub {
owner = "nat-n";
repo = "poethepoet";
rev = "v${version}";
hash = "sha256-cIIMwQF0jqGQhNyX2qDBeKZlUNvdC6sBTv5LCxk8MMQ=";
hash = "sha256-tumEwaHXFLSXOmyQba4wBU5irvzZBL3BsCtF+Nlly+c=";
};
nativeBuildInputs = [