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

Configure Feed

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

python312Packages.pyads: update disabled

authored by

Fabian Affolter and committed by
GitHub
e4e81c46 4fd54729

+1 -1
+1 -1
pkgs/development/python-modules/pyads/default.nix
··· 13 13 version = "3.5.0"; 14 14 pyproject = true; 15 15 16 - disabled = pythonOlder "3.7"; 16 + disabled = pythonOlder "3.8"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "stlehmann";