python311Packages.apple-weatherkit: 1.1.1 -> 1.1.2

https://github.com/tjhorner/python-weatherkit/releases/tag/v1.1.2
This commit is contained in:
Martin Weinelt 2023-12-10 15:17:46 +01:00
parent 7089845da9
commit 3b98859d60
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "apple-weatherkit";
version = "1.1.1";
version = "1.1.2";
format = "pyproject";
disabled = pythonOlder "3.11";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "tjhorner";
repo = "python-weatherkit";
rev = "refs/tags/v${version}";
hash = "sha256-ZwHomiRkoV2Oi5c7qgTOKdu6R8dFfiVBi5XQMxrQvIU=";
hash = "sha256-w3KinicaF01I6fIidI7XYHpB8eq52RTUw/BMLrx6Grk=";
};
nativeBuildInputs = [