Merge pull request #218212 from greizgh/seahub-9.0.10

seahub: 9.0.6 -> 9.0.10
This commit is contained in:
Nick Cao 2023-02-26 09:50:31 +08:00 committed by GitHub
commit 40a9b4f94b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = ''