From 445f6c63c0269eb7a9eb3fd71e5e7abb62948374 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 30 Nov 2023 13:26:06 +0100 Subject: [PATCH] python310Packages.coinmetrics-api-client: clean-up --- .../python-modules/coinmetrics-api-client/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/coinmetrics-api-client/default.nix b/pkgs/development/python-modules/coinmetrics-api-client/default.nix index e752f683d329..443d24d3f695 100644 --- a/pkgs/development/python-modules/coinmetrics-api-client/default.nix +++ b/pkgs/development/python-modules/coinmetrics-api-client/default.nix @@ -1,7 +1,6 @@ { lib , buildPythonPackage , fetchPypi -, nix-update-script , orjson , pandas , poetry-core @@ -19,7 +18,7 @@ buildPythonPackage rec { pname = "coinmetrics-api-client"; version = "2023.11.27.17"; - format = "pyproject"; + pyproject = true; disabled = pythonOlder "3.9"; @@ -64,7 +63,6 @@ buildPythonPackage rec { pandas ]; }; - updateScript = nix-update-script { }; }; meta = with lib; {