python311Packages.deebot-client: 5.1.1 -> 5.2.1

This commit is contained in:
R. Ryantm 2024-02-17 00:24:11 +00:00
parent e69428d774
commit 55e3fd921b

View file

@ -20,7 +20,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "deebot-client"; pname = "deebot-client";
version = "5.1.1"; version = "5.2.1";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.11"; disabled = pythonOlder "3.11";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "DeebotUniverse"; owner = "DeebotUniverse";
repo = "client.py"; repo = "client.py";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-axz31GboqaWAcBU8DtG700Se6rX7VV7eBrQBDazG+Ig="; hash = "sha256-HNJYhc87wteDeadJLkXyC6Cr8/sd2eNPnw3TEOOAnH8=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [