mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
python311Packages.blebox-uniapi: 2.3.0 -> 2.4.2
Diff: https://github.com/blebox/blebox_uniapi/compare/refs/tags/v2.3.0...v2.4.2 Changelog: https://github.com/blebox/blebox_uniapi/blob/v2.4.2/HISTORY.rst
This commit is contained in:
parent
b754f87f24
commit
e3bcea2a6c
@ -6,6 +6,7 @@
|
||||
aiohttp,
|
||||
semver,
|
||||
deepmerge,
|
||||
jmespath,
|
||||
pytest-asyncio,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
@ -13,7 +14,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "blebox-uniapi";
|
||||
version = "2.3.0";
|
||||
version = "2.4.2";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
@ -22,7 +23,7 @@ buildPythonPackage rec {
|
||||
owner = "blebox";
|
||||
repo = "blebox_uniapi";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-nqxbwHzx2cnojw/XX9XQoVvOCCd88tulY0m9xEHU3m4=";
|
||||
hash = "sha256-/NXAyEv4RR12/aoSodKiexKlC83GB1YQVAii8vf6U8c=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@ -34,6 +35,7 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [
|
||||
aiohttp
|
||||
jmespath
|
||||
semver
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user