Skip to content

Commit

Permalink
python3Packages.pydeconz: 90 -> 91
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed May 4, 2022
1 parent 2401e18 commit 440f2e1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pkgs/development/python-modules/pydeconz/default.nix
@@ -1,6 +1,7 @@
{ lib
, aiohttp
, aioresponses
, async-timeout
, buildPythonPackage
, fetchFromGitHub
, pytest-aiohttp
Expand All @@ -10,20 +11,21 @@

buildPythonPackage rec {
pname = "pydeconz";
version = "90";
version = "91";
format = "setuptools";

disabled = pythonOlder "3.7";
disabled = pythonOlder "3.9";

src = fetchFromGitHub {
owner = "Kane610";
repo = "deconz";
rev = "refs/tags/v${version}";
sha256 = "sha256-DojTqgv3Dr+th2n/gPM70r/5QE487OgyYOBVxVzvcXE=";
hash = "sha256-JoQapWQZPjP9TD6gnIGE23hzBt22kAWDKreTzq3GBWQ=";
};

propagatedBuildInputs = [
aiohttp
async-timeout
];

checkInputs = [
Expand Down

0 comments on commit 440f2e1

Please sign in to comment.