python310Packages.sqlalchemy-mixins: 1.5.3 -> 2.0.1

This commit is contained in:
R. Ryantm
2023-04-10 08:23:47 +00:00
parent e41c8ea86d
commit 905beed801
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "sqlalchemy-mixins";
version = "1.5.3";
version = "2.0.1";
format = "setuptools";
disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "absent1706";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-GmMxya6aJ7MMqQ3KSqO3f/cbwgWvQYhEVXtGi6fhP1M=";
hash = "sha256-Ftpw3oDVu7Vdcwj7+a1G9cPeVUAEPggtozlvWioENIA=";
};
propagatedBuildInputs = [