python3Packages.sqlalchemy-continuum: 1.4.2 -> 1.5.2

https://github.com/kvesteri/sqlalchemy-continuum/blob/1.5.2/CHANGES.rst

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:38:58 +01:00
parent 3025d668d3
commit 4fa9c5a205
@@ -16,13 +16,13 @@
buildPythonPackage rec {
pname = "sqlalchemy-continuum";
version = "1.4.2";
version = "1.5.2";
pyproject = true;
src = fetchPypi {
pname = "sqlalchemy_continuum";
inherit version;
hash = "sha256-D9K+efcY7aR8IgaHnZLsTr8YiTZGN7PK8+5dNL0ZyOM=";
hash = "sha256-JXHW62FWvIVir7OS/d3rS7MeRKH9HzeIy2Je/i9pbGM=";
};
build-system = [ setuptools ];