Merge pull request #142308 from fabaff/bump-deconz

python3Packages.pydeconz: 84 -> 85
conduit-nginx
Fabian Affolter 2021-10-21 08:49:42 +02:00 committed by GitHub
commit 2cf7fce3ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 = [