Merge pull request #241622 from fabaff/sqlalchemy-mixins-bump

python311Packages.sqlalchemy-mixins: 2.0.1 -> 2.0.3
This commit is contained in:
Fabian Affolter 2023-07-05 22:34:00 +02:00 committed by GitHub
commit 9e40c1a47d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "sqlalchemy-mixins";
version = "2.0.1";
version = "2.0.3";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "absent1706";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-Ftpw3oDVu7Vdcwj7+a1G9cPeVUAEPggtozlvWioENIA=";
hash = "sha256-DOQlG86VJEV1Eqqo+KLwmRo2tNePq+Na05s1eDhBjcQ=";
};
propagatedBuildInputs = [