guix_mirror_bot pushed a commit to branch master
in repository guix.

commit d787830013a847e6c19283de2881328ecbe73ea4
Author: Murilo <[email protected]>
AuthorDate: Mon Aug 25 10:08:28 2025 -0300

    gnu: hyprutils: Update to 0.8.4.
    
    * gnu/packages/cpp.scm (hyprutils): Update to 0.8.4.
    
    Change-Id: I402726ee24dba2537035520d9765f73a4bad2c56
    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 ce9ffd97cc..82bbacf5c3 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -977,7 +977,7 @@ language used in Hyprland.")
 (define-public hyprutils
   (package
     (name "hyprutils")
-    (version "0.8.1")
+    (version "0.8.4")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -986,7 +986,7 @@ language used in Hyprland.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "15iwcgm6v7y4cm8l9yh3aig31va5xifswm47bind90mac7srar0p"))))
+                "0rzx0anwb68qxrjinxrw1pvlzmjk2bsp79wgnkvg95sdmabxw451"))))
     (build-system cmake-build-system)
     (arguments
      (list

Reply via email to