iredis: 1.13.2 -> 1.14.0
Diff: https://github.com/laixintao/iredis/compare/refs/tags/v1.13.2...v1.14.0 Changelog: https://github.com/laixintao/iredis/raw/refs/tags/v1.14.0/CHANGELOG.md
This commit is contained in:
parent
ccd110837b
commit
3c46bb4528
1 changed files with 4 additions and 11 deletions
|
@ -6,26 +6,18 @@
|
|||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "iredis";
|
||||
version = "1.13.2";
|
||||
format = "pyproject";
|
||||
version = "1.14.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "laixintao";
|
||||
repo = "iredis";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-dGOB7emhuP+V0pHlSdS1L1OC4jO3jtf5RFOy0UFYiuY=";
|
||||
hash = "sha256-5TMO1c29ahAQDbAJZb3u2oY0Z8M+6b8hwbNfqMsuPzM=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"configobj"
|
||||
"wcwidth"
|
||||
"click"
|
||||
"packaging"
|
||||
];
|
||||
|
||||
nativeBuildInputs = with python3.pkgs; [
|
||||
poetry-core
|
||||
pythonRelaxDepsHook
|
||||
];
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
|
@ -65,5 +57,6 @@ python3.pkgs.buildPythonApplication rec {
|
|||
homepage = "https://iredis.io/";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ marsam ];
|
||||
mainProgram = "iredis";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue