python3Packages.pydeconz: 84 -> 85

conduit-nginx
Fabian Affolter 2021-10-20 09:05:46 +02:00
parent 79bbe7b847
commit 53e38c8bbb
1 changed files with 2 additions and 2 deletions

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "pydeconz";
version = "84";
version = "85";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "Kane610";
repo = "deconz";
rev = "v${version}";
sha256 = "sha256-SVWz6r5UiAS7gCpkgN2Swy8dAon26XY9JZucV/eE0t8=";
sha256 = "sha256-6GTMG3BfHcfLMoyabFbhsJFVDHmEICuzf32603+jyZ4=";
};
propagatedBuildInputs = [