toolong: unpin python311

This commit is contained in:
Peder Bergebakken Sundt
2025-05-30 03:56:41 +02:00
parent 6fb8189cbc
commit 26576db882
+4 -4
View File
@@ -1,12 +1,12 @@
{
lib,
python311Packages,
python3Packages,
fetchFromGitHub,
testers,
toolong,
}:
python311Packages.buildPythonApplication {
python3Packages.buildPythonApplication {
pname = "toolong";
version = "1.4.0";
pyproject = true;
@@ -18,8 +18,8 @@ python311Packages.buildPythonApplication {
hash = "sha256-HrmU7HxWKYrbV25Y5CHLw7/7tX8Y5mTsTL1aXGGTSIo=";
};
build-system = [ python311Packages.poetry-core ];
dependencies = with python311Packages; [
build-system = [ python3Packages.poetry-core ];
dependencies = with python3Packages; [
click
textual
typing-extensions