Merge pull request #248244 from r-ryantm/auto-update/python311Packages.coinmetrics-api-client

python311Packages.coinmetrics-api-client: 2023.7.11.17 -> 2023.8.2.13

authored by Fabian Affolter and committed by GitHub 63e45105 96026a38

+2 -2
+2 -2
pkgs/development/python-modules/coinmetrics-api-client/default.nix
··· 17 17 18 18 buildPythonPackage rec { 19 19 pname = "coinmetrics-api-client"; 20 - version = "2023.7.11.17"; 20 + version = "2023.8.2.13"; 21 21 format = "pyproject"; 22 22 23 23 disabled = pythonOlder "3.9"; ··· 27 27 src = fetchPypi { 28 28 inherit version; 29 29 pname = "coinmetrics_api_client"; 30 - hash = "sha256-s5hg9qaa5j/l/qy5DS6f1w5LH2URVyG1Uf02BSIplbc="; 30 + hash = "sha256-R7EbzH8ftHqoCbe8plXPOmTL01mow7t+zgVfL4+bZXQ="; 31 31 }; 32 32 33 33 pythonRelaxDeps = [