From d48c5ad56f1270e9f0244b9f71ab1dd196b55fe2 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 31 Oct 2024 00:23:51 +0100 Subject: [PATCH] python312Packages.uiprotect: 6.3.1 -> 6.3.2 Diff: https://github.com/uilibs/uiprotect/compare/refs/tags/v6.3.1...v6.3.2 Changelog: https://github.com/uilibs/uiprotect/blob/refs/tags/v6.3.2/CHANGELOG.md --- pkgs/development/python-modules/uiprotect/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/uiprotect/default.nix b/pkgs/development/python-modules/uiprotect/default.nix index 45cf6ce2e967..afc8c2588024 100644 --- a/pkgs/development/python-modules/uiprotect/default.nix +++ b/pkgs/development/python-modules/uiprotect/default.nix @@ -39,7 +39,7 @@ buildPythonPackage rec { pname = "uiprotect"; - version = "6.3.1"; + version = "6.3.2"; pyproject = true; disabled = pythonOlder "3.10"; @@ -48,7 +48,7 @@ buildPythonPackage rec { owner = "uilibs"; repo = "uiprotect"; rev = "refs/tags/v${version}"; - hash = "sha256-42rxRD3mXgMLz3mADF0ksDLpw2di5MyVL7+6iW41nI8="; + hash = "sha256-qODr3MM1nBna3gBZhq/uAYUpKHrvoB3lebKsusxw9yE="; }; build-system = [ poetry-core ];