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

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

    gnu: hyprlang: Update to 0.6.8.
    
    * gnu/packages/cpp.scm (hyprlang): Update to 0.6.8.
    
    Change-Id: I3268bd8a5ffa5d0db9ecafeb75739702e85fa03e
    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 9886455f67..709fc47636 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -1011,7 +1011,7 @@ utilities used across the hypr* ecosystem.")
 (define-public hyprlang
   (package
     (name "hyprlang")
-    (version "0.6.7")
+    (version "0.6.8")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1020,7 +1020,7 @@ utilities used across the hypr* ecosystem.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0n64jq9jdabyx76sax0fb45jg92708488733c2m6zsf84r6nv2g7"))))
+                "06wiizy73f0x6zj1ar878gm1w9zam1gmgjw0ybixj3qag0gxqv34"))))
     (build-system cmake-build-system)
     (arguments
      (list

Reply via email to