Skip to content

Commit

Permalink
python312Packages.xknxproject: 3.7.1 -> 3.8.0 (#345464)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Oct 1, 2024
2 parents f10fe6a + f970f03 commit 431a182
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/xknxproject/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

buildPythonPackage rec {
pname = "xknxproject";
version = "3.7.1";
version = "3.8.0";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "XKNX";
repo = "xknxproject";
rev = "refs/tags/${version}";
hash = "sha256-/Zg4MYOvbsbJ0zyKuq+gX0PNbm8TyyBMziIaGCq6Lt8=";
hash = "sha256-TiFeyXgu7JKrCEzGCnamguWEP+HN4DRzYOErmdlWZFY=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 431a182

Please sign in to comment.