mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
Merge pull request #266711 from Thornycrackers-Forks/master
python3Packages.python-jwt: rename to python3Packages.jwt
This commit is contained in:
commit
18c1b4fa2f
@ -5855,6 +5855,8 @@ self: super: with self; {
|
||||
|
||||
jwcrypto = callPackage ../development/python-modules/jwcrypto { };
|
||||
|
||||
jwt = callPackage ../development/python-modules/jwt { };
|
||||
|
||||
jxmlease = callPackage ../development/python-modules/jxmlease { };
|
||||
|
||||
k-diffusion = callPackage ../development/python-modules/k-diffusion { };
|
||||
@ -8283,8 +8285,6 @@ self: super: with self; {
|
||||
|
||||
nxt-python = callPackage ../development/python-modules/nxt-python { };
|
||||
|
||||
python-jwt = callPackage ../development/python-modules/python-jwt { };
|
||||
|
||||
python-ndn = callPackage ../development/python-modules/python-ndn { };
|
||||
|
||||
python-nvd3 = callPackage ../development/python-modules/python-nvd3 { };
|
||||
|
Loading…
Reference in New Issue
Block a user