guix_mirror_bot pushed a commit to branch next-master
in repository guix.

commit 9331cb0dd853d416ad90d9eace8b2865b328266c
Author: Murilo <[email protected]>
AuthorDate: Sat Jan 24 08:27:22 2026 -0300

    gnu: hyprtoolkit: Update to 0.5.3.
    
    * gnu/packages/cpp.scm (hyprtoolkit): Update to 0.5.3.
    
    Change-Id: Id187e0e37fdbad97fb809212e3f7ddd8c52e44ed
    Signed-off-by: Andreas Enge <[email protected]>
---
 gnu/packages/cpp.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 709fc47636..1e81b6ea14 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -1080,7 +1080,7 @@ ecosystem.")
 (define-public hyprtoolkit
   (package
     (name "hyprtoolkit")
-    (version "0.5.2")
+    (version "0.5.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1089,7 +1089,7 @@ ecosystem.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1lyc5mmk7i83q3rq11yyggwxpcx3kmav3hg3ss1xl723v27cnj80"))))
+                "0jjb1bf55270r3qc3fzxd1l3ahqsbgs948z46qi9niapa3gx1zli"))))
     (build-system cmake-build-system)
     (arguments (list #:tests? #f)) ; No tests in Release build type
     (native-inputs (list pkg-config hyprwayland-scanner))

Reply via email to