Merge pull request #329506 from fabaff/pysolcast-bump

python312Packages.pysolcast: 2.0.3 -> 2.0.5
This commit is contained in:
Nick Cao 2024-07-24 18:50:11 -04:00 committed by GitHub
commit 5109986746
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,17 +4,18 @@
buildPythonPackage,
fetchFromGitHub,
isodate,
poetry-core,
poetry-dynamic-versioning,
pytestCheckHook,
pythonOlder,
pyyaml,
requests,
responses,
poetry-core,
}:
buildPythonPackage rec {
pname = "pysolcast";
version = "2.0.3";
version = "2.0.5";
pyproject = true;
disabled = pythonOlder "3.9";
@ -23,12 +24,15 @@ buildPythonPackage rec {
owner = "mcaulifn";
repo = "solcast";
rev = "refs/tags/v${version}";
hash = "sha256-BMM6eDloyLee7mkwUE9HpWcRUE62y43YivRjDbwAqIk=";
hash = "sha256-NssU1RZU5Xc9s6E4nnjYElAGZrE4ER2jSzamrCx/Yng=";
};
pythonRelaxDeps = [ "responses" ];
build-system = [ poetry-core ];
build-system = [
poetry-core
poetry-dynamic-versioning
];
dependencies = [