python310Packages.coinmetrics-api-client: 2023.5.2.20 -> 2023.5.26.17

This commit is contained in:
R. Ryantm 2023-06-03 08:15:45 +00:00
parent f04dbdd29e
commit ac5dd2f150

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "coinmetrics-api-client";
version = "2023.5.2.20";
version = "2023.5.26.17";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -26,7 +26,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit version;
pname = "coinmetrics_api_client";
hash = "sha256-20+qoCaSNGw4DVlW3USrSkg3fckqF77TQ7wmSsuZ3ek=";
hash = "sha256-GCHXraeH6WWTlCnw9B1Xwtb6jwcxcvW1siy2T/8x14Q=";
};
nativeBuildInputs = [