python3Packages.sqlalchemy-continuum: 1.3.9 -> 1.3.11

fixes the build
This commit is contained in:
Symphorien Gibol 2020-07-18 12:00:00 +00:00
parent c71518e75b
commit 6f85810629

View File

@ -14,11 +14,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "SQLAlchemy-Continuum"; pname = "SQLAlchemy-Continuum";
version = "1.3.9"; version = "1.3.11";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0b7q0rqy5q7m9yw7yl7jzrk8p1jh1hqmqvzf45rwmwxs724kfkjg"; sha256 = "1c9yd9s98crqgs39rc2ld2r0nchgyjrfbjdlqb99y4hhc6lv04xw";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [