seahub: 9.0.6 -> 9.0.10

This commit is contained in:
Greizgh 2023-02-25 11:58:47 +01:00
parent 38b7104fd1
commit a69d8e4658
No known key found for this signature in database
GPG key ID: 68B0B42612A108B2

View file

@ -20,14 +20,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "seahub";
version = "9.0.6";
version = "9.0.10";
format = "other";
src = fetchFromGitHub {
owner = "haiwen";
repo = "seahub";
rev = "876b7ba9b680fc668e89706aff535593772ae921"; # using a fixed revision because upstream may re-tag releases :/
sha256 = "sha256-GHvJlm5DVt3IVJnqJu8YobNNqbjdPd08s4DCdQQRQds=";
rev = "5971bf25fe67d94ec4d9f53b785c15a098113620"; # using a fixed revision because upstream may re-tag releases :/
sha256 = "sha256-7Exvm3EShb/1EqwA4wzWB9zCdv0P/ISmjKSoqtOMnqk=";
};
dontBuild = true;
@ -61,6 +61,8 @@ python.pkgs.buildPythonApplication rec {
pysearpc
seaserv
gunicorn
markdown
bleach
];
installPhase = ''