python313Packages.lacuscore: 1.16.6 -> 1.18.0
Changelog: https://github.com/ail-project/LacusCore/releases/tag/v1.18.0
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
dnspython,
|
||||
eval-type-backport,
|
||||
fetchFromGitHub,
|
||||
orjson,
|
||||
playwrightcapture,
|
||||
poetry-core,
|
||||
pydantic,
|
||||
@@ -17,19 +18,19 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "lacuscore";
|
||||
version = "1.16.6";
|
||||
version = "1.18.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ail-project";
|
||||
repo = "LacusCore";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-LcqGJU+wMKTF1E4asysQPcfURqmgc4WQompPpHEgjb8=";
|
||||
hash = "sha256-+K2zfUGhjQNGIxsh3YHYAH4G3mAoysdpMnscshwl7xI=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"dnspython"
|
||||
"orjson"
|
||||
"pydantic"
|
||||
"redis"
|
||||
"requests"
|
||||
@@ -40,6 +41,7 @@ buildPythonPackage rec {
|
||||
dependencies = [
|
||||
defang
|
||||
dnspython
|
||||
orjson
|
||||
playwrightcapture
|
||||
pydantic
|
||||
redis
|
||||
|
||||
Reference in New Issue
Block a user