Skip to content

Commit

Permalink
python312Packages.apple-weatherkit: 1.1.2 -> 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Oct 26, 2024
1 parent 58bafb4 commit a491dfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/apple-weatherkit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

buildPythonPackage rec {
pname = "apple-weatherkit";
version = "1.1.2";
version = "1.1.3";
format = "pyproject";

disabled = pythonOlder "3.11";
Expand All @@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "tjhorner";
repo = "python-weatherkit";
rev = "refs/tags/v${version}";
hash = "sha256-w3KinicaF01I6fIidI7XYHpB8eq52RTUw/BMLrx6Grk=";
hash = "sha256-JvN8GmlTxz9VGttIFVG6q//c+BhP2pt1tBOhnJhNwJg=";
};

nativeBuildInputs = [ poetry-core ];
Expand Down

0 comments on commit a491dfd

Please sign in to comment.