Merge pull request #271152 from r-ryantm/auto-update/python310Packages.coinmetrics-api-client

python310Packages.coinmetrics-api-client: 2023.11.13.14 -> 2023.11.27.17
This commit is contained in:
Emily Trau 2023-12-01 16:28:24 +11:00 committed by GitHub
commit 3036c691bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,6 @@
{ lib { lib
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, nix-update-script
, orjson , orjson
, pandas , pandas
, poetry-core , poetry-core
@ -18,8 +17,8 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "coinmetrics-api-client"; pname = "coinmetrics-api-client";
version = "2023.11.13.14"; version = "2023.11.27.17";
format = "pyproject"; pyproject = true;
disabled = pythonOlder "3.9"; disabled = pythonOlder "3.9";
@ -28,7 +27,7 @@ buildPythonPackage rec {
src = fetchPypi { src = fetchPypi {
inherit version; inherit version;
pname = "coinmetrics_api_client"; pname = "coinmetrics_api_client";
hash = "sha256-+hX1msvm4hRl3luhMWgXcmpV2DmGI1oCknSP4QEWtxM="; hash = "sha256-UDcegRnDtz6LYAN9S8wiW/TCsIsQHr5sSX+chEkeFnw=";
}; };
pythonRelaxDeps = [ pythonRelaxDeps = [
@ -64,7 +63,6 @@ buildPythonPackage rec {
pandas pandas
]; ];
}; };
updateScript = nix-update-script { };
}; };
meta = with lib; { meta = with lib; {