mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 23:52:33 +00:00
pythonPackages.sqlparse: 0.1.18 -> 0.1.19
This commit is contained in:
parent
a66e53d71b
commit
89c1b39ee3
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue