Unverified Commit 1c07ab92 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.pyhomee: 1.3.8 -> 1.4.0 (#510109)

parents e20b3efa 73926ca3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

buildPythonPackage rec {
  pname = "pyhomee";
  version = "1.3.8";
  version = "1.4.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Taraman17";
    repo = "pyHomee";
    tag = "v${version}";
    hash = "sha256-7Op+l6gIyPPE4DX3XGi1hpgWRllOTbaqqUuop7JDMhY=";
    hash = "sha256-kFsg1abnH9aL5dwSNwQ1WHPdZ6EApc48j8si92kR8ts=";
  };

  build-system = [ setuptools ];