lol

buildbot: sqlalchemy: 1.4.49 -> 1.4.50

authored by

Jörg Thalheim and committed by
zowoq
2b0e5f12 41e3e7ef

+2 -2
+2 -2
pkgs/development/tools/continuous-integration/buildbot/default.nix
··· 7 7 python = python3.override { 8 8 packageOverrides = self: super: { 9 9 sqlalchemy = super.sqlalchemy.overridePythonAttrs (oldAttrs: rec { 10 - version = "1.4.49"; 10 + version = "1.4.50"; 11 11 src = fetchPypi { 12 12 pname = "SQLAlchemy"; 13 13 inherit version; 14 - hash = "sha256-Bv8ly64ww5bEt3N0ZPKn/Deme32kCZk7GCsCTOyArtk="; 14 + hash = "sha256-O5fd9Qn8IeELCUA7UhmwbFtViyf8JFMVAnT6TnBwfb8="; 15 15 }; 16 16 disabledTestPaths = [ 17 17 "test/aaa_profiling"