python312Packages.apple-weatherkit: 1.1.2 -> 1.1.3 (#351405)

This commit is contained in:
Fabian Affolter
2024-10-26 14:45:43 +02:00
committed by GitHub
@@ -11,8 +11,8 @@
buildPythonPackage rec {
pname = "apple-weatherkit";
version = "1.1.2";
format = "pyproject";
version = "1.1.3";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -20,12 +20,12 @@ buildPythonPackage rec {
owner = "tjhorner";
repo = "python-weatherkit";
rev = "refs/tags/v${version}";
hash = "sha256-w3KinicaF01I6fIidI7XYHpB8eq52RTUw/BMLrx6Grk=";
hash = "sha256-JvN8GmlTxz9VGttIFVG6q//c+BhP2pt1tBOhnJhNwJg=";
};
nativeBuildInputs = [ poetry-core ];
build-system = [ poetry-core ];
propagatedBuildInputs = [
dependencies = [
aiohttp
aiohttp-retry
pyjwt