Commit c5bcccc7 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 0158c93a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@

buildPythonPackage rec {
  pname = "deebot-client";
  version = "8.0.0";
  version = "8.1.1";
  pyproject = true;

  disabled = pythonOlder "3.12";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
    owner = "DeebotUniverse";
    repo = "client.py";
    rev = "refs/tags/${version}";
    hash = "sha256-iAUGk7ErRG7ZgvjbmEZRLAOFlMHKZ/iM8pkwAtFla2E=";
    hash = "sha256-q52dMygpBzL92yW8DFIKpjxykGqW86CNM1xqxGf/JJ0=";
  };

  build-system = [