3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #192541 from r-ryantm/auto-update/python3.10-coinmetrics-api-client

python310Packages.coinmetrics-api-client: 2022.8.29.6 -> 2022.9.22.15
This commit is contained in:
Fabian Affolter 2022-09-23 08:42:03 +02:00 committed by GitHub
commit e5c5f58390
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,13 +4,13 @@
buildPythonPackage rec {
pname = "coinmetrics-api-client";
version = "2022.8.29.6";
version = "2022.9.22.15";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-EPPRKOdFbLLYw0K5C4nojR8GueekoFW7xIlwKeSV1EY=";
hash = "sha256-37tuZDsGQAmbWSEGc7rjrXtCoSxuBN3MDMmjWHr0eS4=";
};
nativeBuildInputs = [ poetry-core ];