Merge pull request #287272 from fabaff/deebot-client-bump

python311Packages.deebot-client: 5.1.0 -> 5.1.1

authored by Fabian Affolter and committed by GitHub 830a7417 5e8e36a4

+2 -2
+2 -2
pkgs/development/python-modules/deebot-client/default.nix
··· 20 20 21 21 buildPythonPackage rec { 22 22 pname = "deebot-client"; 23 - version = "5.1.0"; 23 + version = "5.1.1"; 24 24 pyproject = true; 25 25 26 26 disabled = pythonOlder "3.11"; ··· 29 29 owner = "DeebotUniverse"; 30 30 repo = "client.py"; 31 31 rev = "refs/tags/${version}"; 32 - hash = "sha256-XKsS0Ty3n6rQW+f+4lLCc4i9DBqs3b6R5FEIr8L11UE="; 32 + hash = "sha256-axz31GboqaWAcBU8DtG700Se6rX7VV7eBrQBDazG+Ig="; 33 33 }; 34 34 35 35 nativeBuildInputs = [