python3Packages.xknxproject: 3.8.2 -> 3.9.0
Diff: https://github.com/XKNX/xknxproject/compare/3.8.2...3.9.0 Changelog: https://github.com/XKNX/xknxproject/releases/tag/3.9.0
This commit is contained in:
committed by
Martin Weinelt
parent
1aeb2bca2a
commit
2d6a98bc65
@@ -10,14 +10,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "xknxproject";
|
||||
version = "3.8.2";
|
||||
version = "3.9.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "XKNX";
|
||||
repo = "xknxproject";
|
||||
tag = version;
|
||||
hash = "sha256-EIonCsolfAAFQpHuSFUuYAAZozjtqSwJCpw86Cc2d4I=";
|
||||
hash = "sha256-IA6rEH7iv5IbmfAvNpuLXQQKdatTOzPXf+PwToBtlcg=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user