lol

toolong: unpin python311

+4 -4
+4 -4
pkgs/by-name/to/toolong/package.nix
··· 1 1 { 2 2 lib, 3 - python311Packages, 3 + python3Packages, 4 4 fetchFromGitHub, 5 5 testers, 6 6 toolong, 7 7 }: 8 8 9 - python311Packages.buildPythonApplication { 9 + python3Packages.buildPythonApplication { 10 10 pname = "toolong"; 11 11 version = "1.4.0"; 12 12 pyproject = true; ··· 18 18 hash = "sha256-HrmU7HxWKYrbV25Y5CHLw7/7tX8Y5mTsTL1aXGGTSIo="; 19 19 }; 20 20 21 - build-system = [ python311Packages.poetry-core ]; 22 - dependencies = with python311Packages; [ 21 + build-system = [ python3Packages.poetry-core ]; 22 + dependencies = with python3Packages; [ 23 23 click 24 24 textual 25 25 typing-extensions