mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
Merge pull request #252916 from fabaff/coinmetrics-api-client-bump
python311Packages.coinmetrics-api-client: 2023.8.24.13 -> 2023.8.30.20
This commit is contained in:
commit
d4b8caf8b7
@ -11,13 +11,14 @@
|
||||
, pythonOlder
|
||||
, pythonRelaxDepsHook
|
||||
, requests
|
||||
, tqdm
|
||||
, typer
|
||||
, websocket-client
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "coinmetrics-api-client";
|
||||
version = "2023.8.24.13";
|
||||
version = "2023.8.30.20";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
@ -27,7 +28,7 @@ buildPythonPackage rec {
|
||||
src = fetchPypi {
|
||||
inherit version;
|
||||
pname = "coinmetrics_api_client";
|
||||
hash = "sha256-Ju8QczI/vyX4//WMy92H66DafTGJefsOqIjifCfQXGU=";
|
||||
hash = "sha256-zi9hFpmRILfWXA9eLGbzt/+v3l1wykZz10GUuH20hzE=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
@ -44,6 +45,7 @@ buildPythonPackage rec {
|
||||
python-dateutil
|
||||
requests
|
||||
typer
|
||||
tqdm
|
||||
websocket-client
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user