[bug#77672,2/2] gnu: hyprutils: Update to 0.6.0.

Message ID 20250409090523.15198-2-dziltener@lyrion.ch
State New
Headers
Series [bug#77671,1/2] gnu: hyprgraphics: Update to 0.1.3. |

Commit Message

Daniel Ziltener April 9, 2025, 9:04 a.m. UTC
  ---
 gnu/packages/cpp.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Comments

Andreas Enge April 10, 2025, 9:30 a.m. UTC | #1
Pushed after adapting the commit message, please have a look for your
next submission.

Thanks!

Andreas
  

Patch

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index e455e6cc19..01dc59e9ea 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -947,7 +947,7 @@  (define-public hyprlang
 (define-public hyprutils
   (package
     (name "hyprutils")
-    (version "0.5.2")
+    (version "0.6.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -956,7 +956,7 @@  (define-public hyprutils
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0pj3xvsfnl7d91kwijj5rw7zs7svdh44dijn8npf1357jkizsp8i"))))
+                "11lvyd1inannmc6mdb8f4nx2h68ahwc9fi566jzh1wlvdh8h18pz"))))
     (build-system cmake-build-system)
     (arguments
      (list
@@ -969,7 +969,7 @@  (define-public hyprutils
                  (string-append
                   "set(PKG_CONFIG_EXECUTABLE " #$(pkg-config-for-target) ")\n"
                   all))))))))
-    (native-inputs (list gcc-13 pkg-config))
+    (native-inputs (list gcc-14 pkg-config))
     (inputs (list pixman))
     (home-page "https://github.com/hyprwm/hyprutils")
     (synopsis "C++ library for utilities used across Hyprland ecosystem")