Merge pull request #88695 from marsam/update-sqlparse

pythonPackages.sqlparse: 0.3.0 -> 0.3.1
This commit is contained in:
Mario Rodas 2020-05-23 18:26:28 -05:00 committed by GitHub
commit 743e922120
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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