Merge pull request #277677 from r-ryantm/auto-update/python311Packages.roombapy

python311Packages.roombapy: 1.6.9 -> 1.6.10
This commit is contained in:
OTABI Tomoya 2023-12-30 18:44:22 +09:00 committed by GitHub
commit 3df76f9260
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "roombapy";
version = "1.6.9";
version = "1.6.10";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "pschmitt";
repo = "roombapy";
rev = "refs/tags/${version}";
hash = "sha256-Bu8wl5Qtys1sy5FnB+2NCGnXnuq9u+TUUR9zNdlOFTU=";
hash = "sha256-aGNSySSKCx/8GYUdDWMSAhMBex738UACqnqj/Qx1m38=";
};
postPatch = ''