Skip to content

Commit

Permalink
python312Packages.python-kasa: 0.7.5 -> 0.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Nov 4, 2024
1 parent 986014c commit 1f99aac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/python-kasa/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

buildPythonPackage rec {
pname = "python-kasa";
version = "0.7.5";
version = "0.7.7";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "python-kasa";
repo = "python-kasa";
rev = "refs/tags/${version}";
hash = "sha256-bRhE9pC2SJwy4blkv27JsfFTLEDJPCeWUtnQvVb8Vfs=";
hash = "sha256-405FrKG1jZNrxTmz/K8vqwPhiOqrxURWVCpyFQRJeXc=";
};

build-system = [ hatchling ];
Expand Down

0 comments on commit 1f99aac

Please sign in to comment.