Unverified Commit 1d400ae5 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.pymitsubishi: 0.4.0 -> 0.4.1 (#458587)

parents 157c6eff 27ba246c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

buildPythonPackage rec {
  pname = "pymitsubishi";
  version = "0.4.0";
  version = "0.4.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "pymitsubishi";
    repo = "pymitsubishi";
    tag = "v${version}";
    hash = "sha256-oMv+GKdl1H1S5mYUYfTUHuLM5yvkvD44dy9DEsQVAyg=";
    hash = "sha256-Uh3hlgXYgGDZDpEJInLX323fftVciwh9fLEKF2Kozq0=";
  };

  build-system = [ setuptools ];