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

Configure Feed

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

python310Packages.chess: 1.9.4 -> 1.10.0

+2 -2
+2 -2
pkgs/development/python-modules/chess/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "chess"; 10 - version = "1.9.4"; 10 + version = "1.10.0"; 11 11 format = "setuptools"; 12 12 13 13 disabled = pythonOlder "3.7"; ··· 16 16 owner = "niklasf"; 17 17 repo = "python-${pname}"; 18 18 rev = "refs/tags/v${version}"; 19 - hash = "sha256-YBABB//53gwJIwrmKJh8W+05hTBhl+49vCYv9//4E+0="; 19 + hash = "sha256-jfPg1W9Qp0DlAbMXaFqZ6Ri2zMOW6EKUHwi7Azn/yl0="; 20 20 }; 21 21 22 22 pythonImportsCheck = [