pythonPackages.sqlparse: 0.3.0 -> 0.3.1

This commit is contained in:
Mario Rodas 2020-05-23 04:20:00 -05:00
parent 29d57de301
commit f691712308
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027

View File

@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "sqlparse";
version = "0.3.0";
version = "0.3.1";
src = fetchPypi {
inherit pname version;
sha256 = "0wxqrm9fpn4phz6rqm7kfd1wwkwzx376gs27nnalwx12q0lwlgbw";
sha256 = "e162203737712307dfe78860cc56c8da8a852ab2ee33750e33aeadf38d12c548";
};
checkInputs = [ pytest ];