mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 13:05:08 +00:00
python311Packages.python-roborock: 0.34.1 -> 0.34.5
Diff: https://github.com/humbertogontijo/python-roborock/compare/refs/tags/v0.34.1...v0.34.5 Changelog: https://github.com/humbertogontijo/python-roborock/blob/v0.34.5/CHANGELOG.md
This commit is contained in:
parent
b2547c9dc9
commit
7481daa5fd
@ -20,7 +20,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-roborock";
|
||||
version = "0.34.1";
|
||||
version = "0.34.5";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.10";
|
||||
@ -29,7 +29,7 @@ buildPythonPackage rec {
|
||||
owner = "humbertogontijo";
|
||||
repo = "python-roborock";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-CwZ10hSAWRU2mn5J4fH0BNzOjp09acWH8+KhcPQZuZA=";
|
||||
hash = "sha256-BJZ24TfdIybSzLLWn7+vRMaxnBKVZSzCNLzKFaFvhok=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user