guix_mirror_bot pushed a commit to branch master
in repository guix.

commit ea4f8318dc43c527a59aadc06437c4e7c8c8c44e
Author: Murilo <[email protected]>
AuthorDate: Thu Dec 4 11:51:55 2025 -0300

    gnu: hyprlang: Update to 0.6.7.
    
    * gnu/packages/cpp.scm (hyprlang): Update to 0.6.7.
    
    Change-Id: I098f2bb3e1b8ac815ccaae53015dc8ed1e1e16ef
    Signed-off-by: John Kehayias <[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 e68ff8fd9f..e85bfb9ab1 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.6")
+    (version "0.6.7")
     (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
-                "13lqlwrpcd3gs5xw51sj1zx2w7kvsywvgdal81dp841rpph91z00"))))
+                "0n64jq9jdabyx76sax0fb45jg92708488733c2m6zsf84r6nv2g7"))))
     (build-system cmake-build-system)
     (arguments
      (list

Reply via email to