##// END OF EJS Templates
dependencies: bumped wcwidth==0.1.9
marcink -
r4272:dbfd4cc9 default
parent child Browse files
Show More
@@ -2212,11 +2212,11 b' self: super: {'
2212 };
2212 };
2213 };
2213 };
2214 "wcwidth" = super.buildPythonPackage {
2214 "wcwidth" = super.buildPythonPackage {
2215 name = "wcwidth-0.1.7";
2215 name = "wcwidth-0.1.9";
2216 doCheck = false;
2216 doCheck = false;
2217 src = fetchurl {
2217 src = fetchurl {
2218 url = "https://files.pythonhosted.org/packages/55/11/e4a2bb08bb450fdbd42cc709dd40de4ed2c472cf0ccb9e64af22279c5495/wcwidth-0.1.7.tar.gz";
2218 url = "https://files.pythonhosted.org/packages/25/9d/0acbed6e4a4be4fc99148f275488580968f44ddb5e69b8ceb53fc9df55a0/wcwidth-0.1.9.tar.gz";
2219 sha256 = "0pn6dflzm609m4r3i8ik5ni9ijjbb5fa3vg1n7hn6vkd49r77wrx";
2219 sha256 = "1wf5ycjx8s066rdvr0fgz4xds9a8zhs91c4jzxvvymm1c8l8cwzf";
2220 };
2220 };
2221 meta = {
2221 meta = {
2222 license = [ pkgs.lib.licenses.mit ];
2222 license = [ pkgs.lib.licenses.mit ];
@@ -24,4 +24,4 b' tempita==0.5.2'
24 testpath==0.4.4
24 testpath==0.4.4
25 transaction==2.4.0
25 transaction==2.4.0
26 vine==1.3.0
26 vine==1.3.0
27 wcwidth==0.1.7
27 wcwidth==0.1.9
General Comments 0
You need to be logged in to leave comments. Login now