mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 19:16:11 +00:00
python3Packages.sqlalchemy-continuum: 1.3.11 -> 1.3.12
This commit is contained in:
parent
689b76bcf3
commit
f718417648
@ -13,11 +13,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "SQLAlchemy-Continuum";
|
||||
version = "1.3.11";
|
||||
version = "1.3.12";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1c9yd9s98crqgs39rc2ld2r0nchgyjrfbjdlqb99y4hhc6lv04xw";
|
||||
sha256 = "rlHl59MAQhsicMtZQT9rv1iQrDyVYJlawtyhvFaAM7o=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
@ -41,7 +41,5 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/kvesteri/sqlalchemy-continuum/";
|
||||
description = "Versioning and auditing extension for SQLAlchemy";
|
||||
license = licenses.bsd3;
|
||||
# https://github.com/kvesteri/sqlalchemy-continuum/issues/255
|
||||
broken = lib.versionAtLeast sqlalchemy.version "1.4";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user