From cce8f0ee37333d6e2159eecf5f9ee1aeab7729b0 Mon Sep 17 00:00:00 2001 From: Gigiaj Date: Wed, 2 Jul 2025 18:57:04 -0500 Subject: [PATCH] bump it all up --- gchannel/packages/hyprland-protocols.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gchannel/packages/hyprland-protocols.scm b/gchannel/packages/hyprland-protocols.scm index 667f51d..e42b628 100644 --- a/gchannel/packages/hyprland-protocols.scm +++ b/gchannel/packages/hyprland-protocols.scm @@ -97,13 +97,13 @@ (define-public hyprland-protocols (package (name "hyprland-protocols") - (version "0.6.5") + (version "0.6.6") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/3l0w/hyprland-protocols.git") (commit "5433c38e9755e83905376ed0faf5c624869e24b9"))) - (file-name (git-file-name name "0.6.4")) + (file-name (git-file-name name "0.6.6")) (sha256 (base32 "0ybs6nkihk19cxbqccfkj23m884x78l54nx5wpbf0nr3s34s6xws"))))