Loading pkgs/development/tools/continuous-integration/buildbot/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -7,11 +7,11 @@ let python = python3.override { packageOverrides = self: super: { sqlalchemy = super.sqlalchemy.overridePythonAttrs (oldAttrs: rec { version = "1.4.40"; version = "1.4.49"; src = fetchPypi { pname = "SQLAlchemy"; inherit version; hash = "sha256-RKZgUGCAzJdeHfpXdv5fYxXdxiane1C/Du4YsDieomU="; hash = "sha256-Bv8ly64ww5bEt3N0ZPKn/Deme32kCZk7GCsCTOyArtk="; }; disabledTestPaths = [ "test/aaa_profiling" Loading Loading
pkgs/development/tools/continuous-integration/buildbot/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -7,11 +7,11 @@ let python = python3.override { packageOverrides = self: super: { sqlalchemy = super.sqlalchemy.overridePythonAttrs (oldAttrs: rec { version = "1.4.40"; version = "1.4.49"; src = fetchPypi { pname = "SQLAlchemy"; inherit version; hash = "sha256-RKZgUGCAzJdeHfpXdv5fYxXdxiane1C/Du4YsDieomU="; hash = "sha256-Bv8ly64ww5bEt3N0ZPKn/Deme32kCZk7GCsCTOyArtk="; }; disabledTestPaths = [ "test/aaa_profiling" Loading