14 buildPythonPackage rec {
15 pname = "SQLAlchemy-Continuum";
19 inherit pname version;
20 sha256 = "1c9yd9s98crqgs39rc2ld2r0nchgyjrfbjdlqb99y4hhc6lv04xw";
23 propagatedBuildInputs = [
28 # indicate tests that we don't have a database server at hand
41 homepage = "https://github.com/kvesteri/sqlalchemy-continuum/";
42 description = "Versioning and auditing extension for SQLAlchemy";
43 license = licenses.bsd3;