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 pkgs/servers/geospatial/fit-trackee/default.nix +5 −3 Original line number Diff line number Diff line Loading @@ -36,9 +36,11 @@ python.pkgs.buildPythonApplication rec { }; postPatch = '' substituteInPlace pyproject.toml --replace psycopg2-binary psycopg2 \ --replace 'flask = "^3.0.2"' 'flask = "*"' \ --replace 'pyopenssl = "^24.0.0"' 'pyopenssl = "*"' substituteInPlace pyproject.toml \ --replace-fail psycopg2-binary psycopg2 \ --replace-fail 'flask = "^3.0.2"' 'flask = "*"' \ --replace-fail 'pyopenssl = "^24.0.0"' 'pyopenssl = "*"' \ --replace-fail 'sqlalchemy = "=1.4.51"' 'sqlalchemy = "*"' ''; nativeBuildInputs = [ 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
pkgs/servers/geospatial/fit-trackee/default.nix +5 −3 Original line number Diff line number Diff line Loading @@ -36,9 +36,11 @@ python.pkgs.buildPythonApplication rec { }; postPatch = '' substituteInPlace pyproject.toml --replace psycopg2-binary psycopg2 \ --replace 'flask = "^3.0.2"' 'flask = "*"' \ --replace 'pyopenssl = "^24.0.0"' 'pyopenssl = "*"' substituteInPlace pyproject.toml \ --replace-fail psycopg2-binary psycopg2 \ --replace-fail 'flask = "^3.0.2"' 'flask = "*"' \ --replace-fail 'pyopenssl = "^24.0.0"' 'pyopenssl = "*"' \ --replace-fail 'sqlalchemy = "=1.4.51"' 'sqlalchemy = "*"' ''; nativeBuildInputs = [ Loading