Merge pull request #266711 from Thornycrackers-Forks/master

python3Packages.python-jwt: rename to python3Packages.jwt
This commit is contained in:
OTABI Tomoya 2023-11-12 00:11:19 +09:00 committed by GitHub
commit 18c1b4fa2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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 { };