Unverified Commit 9ce97a93 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.weconnect: 0.60.6 -> 0.60.7 (#368437)

parents 07feb251 90563c33
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

buildPythonPackage rec {
  pname = "weconnect";
  version = "0.60.6";
  version = "0.60.7";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -21,8 +21,8 @@ buildPythonPackage rec {
  src = fetchFromGitHub {
    owner = "tillsteinbach";
    repo = "WeConnect-python";
    rev = "refs/tags/v${version}";
    hash = "sha256-sSO+e6pZj7pkkfWF2z5THaD6MrPBX7f1M3nRIoqRC2s=";
    tag = "v${version}";
    hash = "sha256-5mn1FDhaRoPEBEqumzu8fIHB8uKSG9aVO/shigBs4ag=";
  };

  postPatch = ''