Unverified Commit 2e032bde authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

python3Packages.sqlalchemy: 2.0.43 -> 2.0.44 (#450696)

parents cb558837 b85201be
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@

buildPythonPackage rec {
  pname = "sqlalchemy";
  version = "2.0.43";
  version = "2.0.44";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -53,7 +53,7 @@ buildPythonPackage rec {
    owner = "sqlalchemy";
    repo = "sqlalchemy";
    tag = "rel_${lib.replaceStrings [ "." ] [ "_" ] version}";
    hash = "sha256-yZIYcJ6gI1oUsQ/vRd5yz6Tgcl7ARpjxnjZNsfeXinM=";
    hash = "sha256-XjmSMgFOMYzJ5IR7tDImj37mM7qhiesKsaBerfzxL4g=";
  };

  postPatch = ''