Unverified Commit 2db6878d authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #225551 from r-ryantm/auto-update/python310Packages.sqlalchemy-mixins

python310Packages.sqlalchemy-mixins: 1.5.3 -> 2.0.1
parents 649f90e4 580b00a3
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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 = [
@@ -39,6 +39,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Python mixins for SQLAlchemy ORM";
    homepage = "https://github.com/absent1706/sqlalchemy-mixins";
    changelog = "https://github.com/absent1706/sqlalchemy-mixins/releases/tag/v${version}";
    license = licenses.mit;
    maintainers = with maintainers; [ fab ];
  };