mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 01:07:49 +00:00
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
This commit is contained in:
commit
63e45105d8
@ -17,7 +17,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "coinmetrics-api-client";
|
||||
version = "2023.7.11.17";
|
||||
version = "2023.8.2.13";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
@ -27,7 +27,7 @@ buildPythonPackage rec {
|
||||
src = fetchPypi {
|
||||
inherit version;
|
||||
pname = "coinmetrics_api_client";
|
||||
hash = "sha256-s5hg9qaa5j/l/qy5DS6f1w5LH2URVyG1Uf02BSIplbc=";
|
||||
hash = "sha256-R7EbzH8ftHqoCbe8plXPOmTL01mow7t+zgVfL4+bZXQ=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
|
Loading…
Reference in New Issue
Block a user