Skip to content

Commit

Permalink
Merge pull request #174073 from r-ryantm/auto-update/python3.10-pywemo
Browse files Browse the repository at this point in the history
python310Packages.pywemo: 0.8.0 -> 0.8.1
  • Loading branch information
fabaff authored May 23, 2022
2 parents d91c644 + aab6863 commit a790b64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/pywemo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@

buildPythonPackage rec {
pname = "pywemo";
version = "0.8.0";
version = "0.8.1";
format = "pyproject";

disabled = pythonOlder "3.7";

src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
hash = "sha256-bGoqhrjoRKUGPBNfmr2XP+1HL5mdRi6XoCi0BdvY9x8=";
rev = "refs/tags/${version}";
hash = "sha256-kkZmn+rGRZGh9WmrHAmpqxTjw6MyCSWCeesJ0JGarKM=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit a790b64

Please sign in to comment.