jiratui: 1.2.0 -> 1.3.0 (#461924)
This commit is contained in:
@@ -7,14 +7,14 @@
|
|||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "jiratui";
|
pname = "jiratui";
|
||||||
version = "1.2.0";
|
version = "1.3.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "whyisdifficult";
|
owner = "whyisdifficult";
|
||||||
repo = "jiratui";
|
repo = "jiratui";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-2Fxf1pH2HCKtaJ1RYxUPJSuOrTmoy4RBXCLKLQKpwds=";
|
hash = "sha256-b5bSMPnqHqpeFDl501gSun7G38OlhV/IMNMYXQT+j/4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = with python3Packages; [
|
build-system = with python3Packages; [
|
||||||
@@ -25,12 +25,15 @@ python3Packages.buildPythonApplication rec {
|
|||||||
with python3Packages;
|
with python3Packages;
|
||||||
[
|
[
|
||||||
click
|
click
|
||||||
|
gitpython
|
||||||
httpx
|
httpx
|
||||||
pyaml
|
pyaml
|
||||||
pydantic-settings
|
pydantic-settings
|
||||||
python-dateutil
|
python-dateutil
|
||||||
python-json-logger
|
python-json-logger
|
||||||
|
python-magic
|
||||||
textual
|
textual
|
||||||
|
textual-image
|
||||||
xdg-base-dirs
|
xdg-base-dirs
|
||||||
]
|
]
|
||||||
++ textual.optional-dependencies.syntax;
|
++ textual.optional-dependencies.syntax;
|
||||||
|
|||||||
Reference in New Issue
Block a user