Merge pull request #302249 from r-ryantm/auto-update/python312Packages.xknxproject

python312Packages.xknxproject: 3.7.0 -> 3.7.1
This commit is contained in:
Matthias Beyer 2024-04-07 10:23:40 +02:00 committed by GitHub
commit fee5b7d912
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "xknxproject";
version = "3.7.0";
version = "3.7.1";
pyproject = true;
disabled = pythonOlder "3.9";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "XKNX";
repo = "xknxproject";
rev = "refs/tags/${version}";
hash = "sha256-tw/hHiiW4ZGlrbQmuIihJmhyIL++Rjpg6q8AdKNsn14=";
hash = "sha256-/Zg4MYOvbsbJ0zyKuq+gX0PNbm8TyyBMziIaGCq6Lt8=";
};
nativeBuildInputs = [