python311Packages.sqlalchemy-continuum: 1.4.0 -> 1.4.1

This commit is contained in:
R. Ryantm 2024-03-14 18:51:03 +00:00
parent 4ff4273dbc
commit d011913c7f
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "sqlalchemy-continuum";
version = "1.4.0";
version = "1.4.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -23,7 +23,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "SQLAlchemy-Continuum";
inherit version;
hash = "sha256-Rk+aWxBjUrXuRPE5MSyzWMWS0l7qrjU3wOrHLC+vteU=";
hash = "sha256-4BZGzfv9azGiGwrrprv/ZhJY1b6Ed8dQDKs6HHSEjm4=";
};
propagatedBuildInputs = [