Skip to content

Commit

Permalink
python310Packages.xknx: 1.0.1 -> 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored and Jonathan Ringer committed Sep 1, 2022
1 parent 7f58016 commit ef870a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/xknx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

buildPythonPackage rec {
pname = "xknx";
version = "1.0.1";
version = "1.0.2";
format = "setuptools";

disabled = pythonOlder "3.8";
Expand All @@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "XKNX";
repo = pname;
rev = "refs/tags/${version}";
sha256 = "sha256-QocUkY4wbEw0RCfKxOn14889pN1s67p0pGIR1rO4H5E=";
sha256 = "sha256-linVQqU45vmJ8zWyJl0W4o5Ci8N0M0jP/fiYekdaamc=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit ef870a3

Please sign in to comment.