mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 19:51:17 +00:00
python311Packages.python-roborock: 0.34.0 -> 0.34.1
Diff: https://github.com/humbertogontijo/python-roborock/compare/refs/tags/v0.34.0...v0.34.1 Changelog: https://github.com/humbertogontijo/python-roborock/blob/v0.34.1/CHANGELOG.md
This commit is contained in:
parent
6c90539618
commit
b2547c9dc9
|
@ -20,7 +20,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-roborock";
|
||||
version = "0.34.0";
|
||||
version = "0.34.1";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.10";
|
||||
|
@ -29,7 +29,7 @@ buildPythonPackage rec {
|
|||
owner = "humbertogontijo";
|
||||
repo = "python-roborock";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-WLnMc2UQyjHaHRms6SEdF/TSum3Cf5NC3SGXHtGj6d0=";
|
||||
hash = "sha256-CwZ10hSAWRU2mn5J4fH0BNzOjp09acWH8+KhcPQZuZA=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue