guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 094ab0b8b4de07a4ee5934134e55f5b91107510e
Author: Murilo <[email protected]>
AuthorDate: Tue Dec 30 13:20:14 2025 -0300

    gnu: hyprutils: Update to 0.11.0.
    
    * gnu/packages/cpp.scm (hyprutils): Update to 0.11.0.
    
    Change-Id: I3d99d410ab175f07331743f6b2724c3e9d5c1500
    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 691661330a..f60039a9c3 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -1019,7 +1019,7 @@ language used in Hyprland.")
 (define-public hyprutils
   (package
     (name "hyprutils")
-    (version "0.10.4")
+    (version "0.11.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1028,7 +1028,7 @@ language used in Hyprland.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "08b65pssaci780rgb5qgqc61zvbxmb9qda4gb58j8nh9yi3ya0jx"))))
+                "1ymiqzncppdik8lw3ad7xaqig6c7bjcy7crcwbq3rjfk2hrc8rmc"))))
     (build-system cmake-build-system)
     (arguments
      (list

Reply via email to