update(python): 3.9 -> 3.10
This commit is contained in:
parent
c4ffc423d5
commit
e0613a37c8
1 changed files with 2 additions and 2 deletions
|
@ -88,7 +88,7 @@ in rec {
|
||||||
staruml = pkgs.callPackage ../pkgs/staruml.nix { inherit (pkgs.gnome2) GConf; libgcrypt = pkgs.libgcrypt_1_5; };
|
staruml = pkgs.callPackage ../pkgs/staruml.nix { inherit (pkgs.gnome2) GConf; libgcrypt = pkgs.libgcrypt_1_5; };
|
||||||
|
|
||||||
pythonPackages = myPython;
|
pythonPackages = myPython;
|
||||||
myPython = pkgs.python39.withPackages (ps: with ps; [
|
myPython = pkgs.python310.withPackages (ps: with ps; [
|
||||||
pep8 yapf flake8
|
pep8 yapf flake8
|
||||||
# autopep8 (broken)
|
# autopep8 (broken)
|
||||||
# pylint (broken)
|
# pylint (broken)
|
||||||
|
@ -102,7 +102,7 @@ in rec {
|
||||||
cffi
|
cffi
|
||||||
pyopenssl
|
pyopenssl
|
||||||
urllib3
|
urllib3
|
||||||
mistune
|
# mistune (insecure)
|
||||||
sympy
|
sympy
|
||||||
|
|
||||||
flask
|
flask
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue