lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.pyflunearyou: relax ujson constraint

+5
+5
pkgs/development/python-modules/pyflunearyou/default.nix
··· 27 27 sha256 = "sha256-Q65OSE4qckpvaIvZULBR434i7hwuVM97eSq1Blb1oIU="; 28 28 }; 29 29 30 + postPatch = '' 31 + substituteInPlace pyproject.toml \ 32 + --replace 'ujson = ">=1.35,<5.0"' 'ujson = "*"' 33 + ''; 34 + 30 35 nativeBuildInputs = [ 31 36 poetry-core 32 37 ];