Loading pkgs/development/python-modules/sqlalchemy/1_4.nix +2 −2 Original line number Diff line number Diff line Loading @@ -35,14 +35,14 @@ buildPythonPackage rec { pname = "sqlalchemy"; version = "1.4.51"; version = "1.4.52"; pyproject = true; src = fetchFromGitHub { owner = "sqlalchemy"; repo = "sqlalchemy"; rev = "rel_${lib.replaceStrings [ "." ] [ "_" ] version}"; hash = "sha256-KhLSKlQ4xfSh1nsAt+cRO+adh2aj/h/iqV6YmDbz39k="; hash = "sha256-3JiPDOI6KDQwtBtISvHi3d+Rdm0pz1d9cnZu3+f4jYE="; }; postPatch = '' Loading Loading
pkgs/development/python-modules/sqlalchemy/1_4.nix +2 −2 Original line number Diff line number Diff line Loading @@ -35,14 +35,14 @@ buildPythonPackage rec { pname = "sqlalchemy"; version = "1.4.51"; version = "1.4.52"; pyproject = true; src = fetchFromGitHub { owner = "sqlalchemy"; repo = "sqlalchemy"; rev = "rel_${lib.replaceStrings [ "." ] [ "_" ] version}"; hash = "sha256-KhLSKlQ4xfSh1nsAt+cRO+adh2aj/h/iqV6YmDbz39k="; hash = "sha256-3JiPDOI6KDQwtBtISvHi3d+Rdm0pz1d9cnZu3+f4jYE="; }; postPatch = '' Loading