##// END OF EJS Templates
dependencies: bumped pyotp to 2.2.7 release.
marcink -
r3262:7388563e default
parent child Browse files
Show More
@@ -1288,14 +1288,14 b' self: super: {'
1288 };
1288 };
1289 };
1289 };
1290 "pyotp" = super.buildPythonPackage {
1290 "pyotp" = super.buildPythonPackage {
1291 name = "pyotp-2.2.6";
1291 name = "pyotp-2.2.7";
1292 doCheck = false;
1292 doCheck = false;
1293 src = fetchurl {
1293 src = fetchurl {
1294 url = "https://files.pythonhosted.org/packages/67/69/131f5ad63de40c30f3be88d891e4a2ea1b69398528db99bc1e5c543422fa/pyotp-2.2.6.tar.gz";
1294 url = "https://files.pythonhosted.org/packages/b1/ab/477cda97b6ca7baced5106471cb1ac1fe698d1b035983b9f8ee3422989eb/pyotp-2.2.7.tar.gz";
1295 sha256 = "0sdxxvr3j4j0pk26v258jpxhgpbnpmyqhvzhl24hsd50j7fk14fx";
1295 sha256 = "00p69nw431f0s2ilg0hnd77p1l22m06p9rq4f8zfapmavnmzw3xy";
1296 };
1296 };
1297 meta = {
1297 meta = {
1298 license = [ pkgs.lib.licenses.bsdOriginal ];
1298 license = [ pkgs.lib.licenses.mit ];
1299 };
1299 };
1300 };
1300 };
1301 "pyparsing" = super.buildPythonPackage {
1301 "pyparsing" = super.buildPythonPackage {
@@ -39,7 +39,7 b' markupsafe==1.0.0'
39 msgpack-python==0.5.6
39 msgpack-python==0.5.6
40 mysql-python==1.2.5
40 mysql-python==1.2.5
41 pymysql==0.8.1
41 pymysql==0.8.1
42 pyotp==2.2.6
42 pyotp==2.2.7
43 packaging==15.2
43 packaging==15.2
44 paste==2.0.3
44 paste==2.0.3
45 pastedeploy==1.5.2
45 pastedeploy==1.5.2
General Comments 0
You need to be logged in to leave comments. Login now