nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

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

python313Packages.pyjson5: remove disabled

Removed the pythonOlder restriction for version 3.7.

authored by

Fabian Affolter and committed by
GitHub
79e860c8 f43ab9cd

-3
-3
pkgs/development/python-modules/pyjson5/default.nix
··· 3 3 buildPythonPackage, 4 4 cython, 5 5 fetchFromGitHub, 6 - pythonOlder, 7 6 setuptools, 8 7 wheel, 9 8 }: ··· 11 12 pname = "pyjson5"; 12 13 version = "2.0.0"; 13 14 pyproject = true; 14 - 15 - disabled = pythonOlder "3.7"; 16 15 17 16 src = fetchFromGitHub { 18 17 owner = "Kijewski";