pythonPackages.sqlparse: 0.1.18 -> 0.1.19

This commit is contained in:
Tobias Geerinckx-Rice 2016-06-30 16:06:04 +02:00
parent a66e53d71b
commit 89c1b39ee3
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -21955,14 +21955,11 @@ in modules // {
sqlparse = buildPythonPackage rec {
name = "sqlparse-${version}";
version = "0.1.18";
# the source wasn't transformed with 2to3 yet
doCheck = !isPy3k;
version = "0.1.19";
src = pkgs.fetchurl {
url = "mirror://pypi/s/sqlparse/${name}.tar.gz";
sha256 = "1kypl9l2nkzy3pmr89mvpfl65xk1m5y4aaghhandcxkgl329dc9r";
sha256 = "1s2fvaxgh9kqzrd6iwy5h7i61ckn05plx9np13zby93z3hdbx5nq";
};
meta = {