python313Packages.alembic: 1.14.1 -> 1.15.2

This commit is contained in:
Martin Weinelt
2025-04-03 23:10:37 +02:00
parent b39f31ebf9
commit 03a5d60a7f
@@ -22,14 +22,14 @@
buildPythonPackage rec {
pname = "alembic";
version = "1.14.1";
version = "1.15.2";
pyproject = true;
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-SW6IgkWlOt8UmPyrMXE6Rpxlg2+N524BOZqhw+kN0hM=";
hash = "sha256-HHI5G73v/M/jF+77pobLmjwHgAVHiIVBO5XDsmxXqKc=";
};
build-system = [ setuptools ];