Unverified Commit 94d29016 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

python312Packages.aiowithings: 3.1.4 -> 3.1.5 (#376424)

parents 660e5a95 e3df5ede
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "aiowithings";
  version = "3.1.4";
  version = "3.1.5";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
    owner = "joostlek";
    repo = "python-withings";
    tag = "v${version}";
    hash = "sha256-0UWwiLSTXcNDS30NWsKI1f/kTczdYXwRZr+JREU0NCM=";
    hash = "sha256-bIeT+2iOXFf52ds5qLioUfUOpZ/vApdC+EiWjiXYwpg=";
  };

  postPatch = ''