mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 03:30:45 +00:00
python312Packages.pylitterbot: 2023.5.1 -> 2023.5.1
Diff: https://github.com/natekspencer/pylitterbot/compare/refs/tags/v2023.5.1...v2023.5.1 Changelog: https://github.com/natekspencer/pylitterbot/releases/tag/v2023.5.1
This commit is contained in:
parent
a138aeb0e2
commit
dd34f47623
|
@ -3,29 +3,30 @@
|
|||
aiohttp,
|
||||
aioresponses,
|
||||
buildPythonPackage,
|
||||
deepdiff,
|
||||
fetchFromGitHub,
|
||||
poetry-core,
|
||||
poetry-dynamic-versioning,
|
||||
pycognito,
|
||||
pyjwt,
|
||||
pytest-aiohttp,
|
||||
pytest-freezegun,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
deepdiff,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pylitterbot";
|
||||
version = "2023.5.0";
|
||||
version = "2023.5.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
disabled = pythonOlder "3.10";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "natekspencer";
|
||||
repo = "pylitterbot";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-MSQdX2PKQohmPGqtRZnUmCCVgKgaf4+cHAUItiPv7pY=";
|
||||
hash = "sha256-Mpqa7pMxnFdSL1KGTUbgjh1zd8bAcoyzgxRZZ4SGfYc=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [ "deepdiff" ];
|
||||
|
@ -38,6 +39,7 @@ buildPythonPackage rec {
|
|||
dependencies = [
|
||||
aiohttp
|
||||
deepdiff
|
||||
pycognito
|
||||
pyjwt
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue