0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

python313Packages.deebot-client: 13.2.0 -> 13.2.1

https://github.com/DeebotUniverse/client.py/releases/tag/13.2.1
This commit is contained in:
Martin Weinelt 2025-05-24 01:53:05 +02:00
parent 2e09de2007
commit 6edb0dd30b
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "deebot-client";
version = "13.2.0";
version = "13.2.1";
pyproject = true;
disabled = pythonOlder "3.13";
@ -29,12 +29,12 @@ buildPythonPackage rec {
owner = "DeebotUniverse";
repo = "client.py";
tag = version;
hash = "sha256-0DGOdfr6vqtgYwabhJWfxV2kACzixiCnqPNssPHyLhw=";
hash = "sha256-6R9ihxe63YMVgVk+5R9pDNT3a/c9lK28wNleVb5NcRA=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
hash = "sha256-A/axIsDfpWNLQXeExshzlJfKWh5yFZYqxDQYPn1+fHg=";
hash = "sha256-GNqoP/Zz5xHl2cLz7AqRKXsfLXgdLbgXSK8EdBWtOAU=";
};
pythonRelaxDeps = [