Skip to content

Commit

Permalink
pkgs/maubot: update sqlalchemy
Browse files Browse the repository at this point in the history
Signed-off-by: Sumner Evans <[email protected]>
  • Loading branch information
sumnerevans committed Apr 4, 2024
1 parent 4887bcb commit 3452a5f
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions nixos/pkgs/maubot.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,7 @@ python3.pkgs.buildPythonPackage rec {
python-socks
questionary
ruamel-yaml
(sqlalchemy.overridePythonAttrs (old: rec {
version = "1.4.48";
src = fetchPypi {
inherit (old) pname;
inherit version;
hash = "sha256-tHvChwltmJoIOM6W99jpZpFKJNqHftQadTHUS1XNuN8=";
};
doCheck = false;
}))
sqlalchemy
systemd
python-olm
pycryptodome
Expand Down

0 comments on commit 3452a5f

Please sign in to comment.