Commit 141ca3bb authored by Robert Schütz's avatar Robert Schütz
Browse files

python3Packages.pymitsubishi: fix src hash

parent 9dcea72b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ buildPythonPackage rec {
    owner = "pymitsubishi";
    repo = "pymitsubishi";
    tag = "v${version}";
    hash = "sha256-QjHMIzl2VV1S8tNWsFLgLDNX6/0wN9FeIJIo5KgkDVE=";
    hash = "sha256-frqyAXAP2O8TZzXx5ephcLSLJA9p0P74KJrPoSKPYYo=";
  };

  build-system = [ setuptools ];