guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 375dddd1cf3b09c011279b426621990203316eca
Author: Murilo <[email protected]>
AuthorDate: Fri Nov 14 23:02:09 2025 -0300

    gnu: hyprlang: Update to 0.6.6.
    
    * gnu/packages/cpp.scm (hyprlang): Update to 0.6.6.
    
    Change-Id: I93b7e7eab89c89da140503f5bc43191305eda0dc
    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 361645ffcc..6c6cfe25fa 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -982,7 +982,7 @@ utilities used across the hypr* ecosystem.")
 (define-public hyprlang
   (package
     (name "hyprlang")
-    (version "0.6.4")
+    (version "0.6.6")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -991,7 +991,7 @@ utilities used across the hypr* ecosystem.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "080kibsllxfrlck4gix0ygr12gnvf9p9ybi589fsvpab9p9xw857"))))
+                "13lqlwrpcd3gs5xw51sj1zx2w7kvsywvgdal81dp841rpph91z00"))))
     (build-system cmake-build-system)
     (arguments
      (list

Reply via email to