Merge pull request #116248 from dotlambda/zulip-term-0.6.0
zulip-term: 0.5.2 -> 0.6.0
This commit is contained in:
commit
20fd56001a
|
@ -6,14 +6,14 @@
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "zulip-term";
|
pname = "zulip-term";
|
||||||
version = "0.5.2";
|
version = "0.6.0";
|
||||||
|
|
||||||
# no tests on PyPI
|
# no tests on PyPI
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "zulip";
|
owner = "zulip";
|
||||||
repo = "zulip-terminal";
|
repo = "zulip-terminal";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1xhhy3v4wck74a83avil0rnmsi2grrh03cww19n5mv80p2q1cjmf";
|
sha256 = "sha256-nlvZaGMVRRCu8PZHxPWjNSxkqhZs0T/tE1js/3pDUFk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
@ -26,7 +26,9 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
urwid-readline
|
urwid-readline
|
||||||
beautifulsoup4
|
beautifulsoup4
|
||||||
lxml
|
lxml
|
||||||
mypy-extensions
|
typing-extensions
|
||||||
|
python-dateutil
|
||||||
|
tzlocal
|
||||||
];
|
];
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
|
|
Loading…
Reference in New Issue