From a2ca508592569366c94531bbd850b36a113228f6 Mon Sep 17 00:00:00 2001 From: Jessica Kay Date: Fri, 6 Sep 2024 15:18:57 +0100 Subject: [PATCH] python312Packages.brother-ql: 0.11.1 -> 0.11.2 --- pkgs/development/python-modules/brother-ql/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/brother-ql/default.nix b/pkgs/development/python-modules/brother-ql/default.nix index 045ca469daf2..77988d86fa44 100644 --- a/pkgs/development/python-modules/brother-ql/default.nix +++ b/pkgs/development/python-modules/brother-ql/default.nix @@ -16,13 +16,13 @@ buildPythonPackage rec { pname = "brother-ql"; - version = "0.11.1"; + version = "0.11.2"; format = "pyproject"; src = fetchPypi { pname = "brother_ql_next"; inherit version; - hash = "sha256-jG8OvzDy2+2OpdVVixNguLsSwRbSIyvVEbVvorcgxfU="; + hash = "sha256-3rTf+4W5KK7zSGIE3bBHXHE0hjyvpjB0IiEtbax6mkU="; }; propagatedBuildInputs = [