diff options
author | Daniel Ziltener <dziltener@lyrion.ch> | 2025-04-09 11:04:53 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-04-10 11:21:31 +0200 |
commit | 07c9a4273152deb128006b5ac2087d5fe30a5927 (patch) | |
tree | 4d75c632f3320a833a83469979105d55858e4898 /gnu/packages/cpp.scm | |
parent | fb4035ef43b8cfaa8a57205471329930179e7b8c (diff) |
gnu: hyprutils: Update to 0.6.0.
* gnu/packages/cpp.scm (hyprutils): Update to 0.6.0.
[native-inputs]: Replace gcc-13 by gcc-14.
Change-Id: I6a5d5e473b8c0dcef4447ac3a12ac81a77252bc1
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages/cpp.scm')
-rw-r--r-- | gnu/packages/cpp.scm | 6 |
1 files changed, 3 insertions, 3 deletions
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 @@ language used in Hyprland.") (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 @@ language used in Hyprland.") (file-name (git-file-name name version)) (sha256 (base32 - "0pj3xvsfnl7d91kwijj5rw7zs7svdh44dijn8npf1357jkizsp8i")))) + "11lvyd1inannmc6mdb8f4nx2h68ahwc9fi566jzh1wlvdh8h18pz")))) (build-system cmake-build-system) (arguments (list @@ -969,7 +969,7 @@ language used in Hyprland.") (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") |