mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +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:
parent
2e09de2007
commit
6edb0dd30b
1 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "deebot-client";
|
pname = "deebot-client";
|
||||||
version = "13.2.0";
|
version = "13.2.1";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.13";
|
disabled = pythonOlder "3.13";
|
||||||
|
@ -29,12 +29,12 @@ buildPythonPackage rec {
|
||||||
owner = "DeebotUniverse";
|
owner = "DeebotUniverse";
|
||||||
repo = "client.py";
|
repo = "client.py";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-0DGOdfr6vqtgYwabhJWfxV2kACzixiCnqPNssPHyLhw=";
|
hash = "sha256-6R9ihxe63YMVgVk+5R9pDNT3a/c9lK28wNleVb5NcRA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoDeps = rustPlatform.fetchCargoVendor {
|
cargoDeps = rustPlatform.fetchCargoVendor {
|
||||||
inherit pname version src;
|
inherit pname version src;
|
||||||
hash = "sha256-A/axIsDfpWNLQXeExshzlJfKWh5yFZYqxDQYPn1+fHg=";
|
hash = "sha256-GNqoP/Zz5xHl2cLz7AqRKXsfLXgdLbgXSK8EdBWtOAU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = [
|
pythonRelaxDeps = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue