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

python313Packages.viv-utils: remove disabled

authored by

Fabian Affolter and committed by
GitHub
d40fc008 641564ee

-3
-3
pkgs/development/python-modules/viv-utils/default.nix
··· 8 8 pytest-sugar, 9 9 pytestCheckHook, 10 10 python-flirt, 11 - pythonOlder, 12 11 setuptools-scm, 13 12 typing-extensions, 14 13 vivisect, ··· 17 18 pname = "viv-utils"; 18 19 version = "0.8.1"; 19 20 pyproject = true; 20 - 21 - disabled = pythonOlder "3.9"; 22 21 23 22 src = fetchFromGitHub { 24 23 owner = "williballenthin";