python312Packages.yfinance: 0.2.49 -> 0.2.50 (#357876)

This commit is contained in:
Fabian Affolter 2024-11-23 08:36:50 +01:00 committed by GitHub
commit 6aa7f496e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "yfinance";
version = "0.2.49";
version = "0.2.50";
pyproject = true;
disabled = pythonOlder "3.7";
@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "ranaroussi";
repo = "yfinance";
rev = "refs/tags/${version}";
hash = "sha256-rZU7xMTVabXMOQYGJnZjkDcfegBzHNsx8VNPvKKWEIQ=";
hash = "sha256-qB9VbdiInbLEAy698BzU35k8ckwmaEXv8lByRsp/GfA=";
};
build-system = [ setuptools ];