Skip to content

Commit

Permalink
python3Packages.pyevilgenius: 1.0.0 -> 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored and mweinelt committed May 4, 2022
1 parent 2497120 commit f12a40f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pyevilgenius/default.nix
Expand Up @@ -8,7 +8,7 @@

buildPythonPackage rec {
pname = "pyevilgenius";
version = "1.0.0";
version = "2.0.0";
format = "setuptools";

disabled = pythonOlder "3.8";
Expand All @@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "home-assistant-libs";
repo = pname;
rev = version;
sha256 = "06xnl93sqklg7gx0z50vm79xwww0yyw05c1yynajc9aijfi8cmi3";
sha256 = "sha256-wjC32oq/lW3Z4XB+4SILRKIOuCgBKk1gruOo4uc/4/o=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit f12a40f

Please sign in to comment.