From d72024e247123c84f6577a228c05796e698fac11 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 22 Jul 2024 16:06:05 +0200 Subject: [PATCH] python312Packages.uiprotect: 5.3.0 -> 5.4.0 Diff: https://github.com/uilibs/uiprotect/compare/refs/tags/v5.3.0...v5.4.0 Changelog: https://github.com/uilibs/uiprotect/blob/refs/tags/v5.4.0/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 826f5fd4fcb8..134e503857de 100644 --- a/pkgs/development/python-modules/uiprotect/default.nix +++ b/pkgs/development/python-modules/uiprotect/default.nix @@ -37,7 +37,7 @@ buildPythonPackage rec { pname = "uiprotect"; - version = "5.3.0"; + version = "5.4.0"; pyproject = true; disabled = pythonOlder "3.10"; @@ -46,7 +46,7 @@ buildPythonPackage rec { owner = "uilibs"; repo = "uiprotect"; rev = "refs/tags/v${version}"; - hash = "sha256-3+et24rvB9wh1cvUOXtgeDkh+SI0+dOrEnFBH5g735o="; + hash = "sha256-LwG8X1UHsGL7jw4au2Jeo6pcsnRK23rqB5aFBQRTGmI="; }; postPatch = ''