python3Packages.gbulb: 0.6.5 -> 0.6.6

This commit is contained in:
Martin Weinelt
2024-10-13 11:03:29 +02:00
parent a037d06f26
commit 9e15688d75
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "gbulb";
version = "0.6.5";
version = "0.6.6";
pyproject = true;
src = fetchFromGitHub {
owner = "beeware";
repo = "gbulb";
rev = "refs/tags/v${version}";
hash = "sha256-03Ott+V3Y4+Y72Llsug5coqG3C+pjAdLkPYbaY/6Uow=";
hash = "sha256-SQGl/drXFLkx4cP8HHwIluWUE03rGUN8OLHQbK2pgbk=";
};
postPatch = ''