From 8f45c2c1b7831768b7788531f8aebda0f030a46b Mon Sep 17 00:00:00 2001 From: Murilo Date: Wed, 10 Sep 2025 13:28:54 -0300 Subject: [PATCH] gnu: hyprland-qtutils: Update to 0.1.5. * gnu/packages/qt.scm (hyprland-qtutils): Update to 0.1.5. Change-Id: Ie2e623cc1da7f67897d82455831e593afb72255b Signed-off-by: John Kehayias --- gnu/packages/qt.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index d54155fcd0328a9237b2e923f77ad63a7dece3eb..5cdabd25f6c020fdaf998d5f7b3bd2c499af7f87 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -5941,7 +5941,7 @@ of the InventorXt GUI component toolkit.") (define-public hyprland-qtutils (package (name "hyprland-qtutils") - (version "0.1.4") + (version "0.1.5") (source (origin (method git-fetch) (uri (git-reference @@ -5950,7 +5950,7 @@ of the InventorXt GUI component toolkit.") (file-name (git-file-name name version)) (sha256 (base32 - "122qz9zajd11by5cwfjbxv7ngrj1q10fi7f982r8hxpn9ms2ilyr")))) + "09q8nacsxfih2px78bnallxvgr7g2z4b2dhy090sbah5siv1wdkd")))) (build-system qt-build-system) (arguments (list #:tests? #f ;There are no tests.