##// END OF EJS Templates
dependencies: bumped configparser to 3.5.1
marcink -
r3429:cb4ff324 default
parent child Browse files
Show More
@@ -260,11 +260,11 b' self: super: {'
260 260 };
261 261 };
262 262 "configparser" = super.buildPythonPackage {
263 name = "configparser-3.5.0";
263 name = "configparser-3.5.1";
264 264 doCheck = false;
265 265 src = fetchurl {
266 url = "https://files.pythonhosted.org/packages/7c/69/c2ce7e91c89dc073eb1aa74c0621c3eefbffe8216b3f9af9d3885265c01c/configparser-3.5.0.tar.gz";
267 sha256 = "0fi7vf09vi1588jd8f16a021m5y6ih2hy7rpbjb408xw45qb822k";
266 url = "https://files.pythonhosted.org/packages/20/59/fc5d08966bbd13c5f5d647c8fdc9af5c62b998420652c3349584c0f80676/configparser-3.5.1.tar.gz";
267 sha256 = "0qlcijshmz3xbv2wf44myg48q6gc53rv69w6lyqwrgxy575ij7pl";
268 268 };
269 269 meta = {
270 270 license = [ pkgs.lib.licenses.mit ];
General Comments 0
You need to be logged in to leave comments. Login now