seahub: 9.0.6 -> 9.0.10
This commit is contained in:
parent
38b7104fd1
commit
a69d8e4658
1 changed files with 5 additions and 3 deletions
|
@ -20,14 +20,14 @@ let
|
||||||
in
|
in
|
||||||
python.pkgs.buildPythonApplication rec {
|
python.pkgs.buildPythonApplication rec {
|
||||||
pname = "seahub";
|
pname = "seahub";
|
||||||
version = "9.0.6";
|
version = "9.0.10";
|
||||||
format = "other";
|
format = "other";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "haiwen";
|
owner = "haiwen";
|
||||||
repo = "seahub";
|
repo = "seahub";
|
||||||
rev = "876b7ba9b680fc668e89706aff535593772ae921"; # using a fixed revision because upstream may re-tag releases :/
|
rev = "5971bf25fe67d94ec4d9f53b785c15a098113620"; # using a fixed revision because upstream may re-tag releases :/
|
||||||
sha256 = "sha256-GHvJlm5DVt3IVJnqJu8YobNNqbjdPd08s4DCdQQRQds=";
|
sha256 = "sha256-7Exvm3EShb/1EqwA4wzWB9zCdv0P/ISmjKSoqtOMnqk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
dontBuild = true;
|
dontBuild = true;
|
||||||
|
@ -61,6 +61,8 @@ python.pkgs.buildPythonApplication rec {
|
||||||
pysearpc
|
pysearpc
|
||||||
seaserv
|
seaserv
|
||||||
gunicorn
|
gunicorn
|
||||||
|
markdown
|
||||||
|
bleach
|
||||||
];
|
];
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
Loading…
Reference in a new issue