Commit ead570cd authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 585a077f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

buildPythonPackage rec {
  pname = "aiomealie";
  version = "0.6.0";
  version = "0.8.0";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
    owner = "joostlek";
    repo = "python-mealie";
    rev = "refs/tags/v${version}";
    hash = "sha256-ECymJLcEL2385jcel8lxIzf0zjNcdp1FZpXSBIUcvZc=";
    hash = "sha256-/Hg0kcwUNaEsm8znOOkWd0oOu0ikK5LAYGKbP2pvHhQ=";
  };

  postPatch = ''