~ruther/guix-local

07c9a4273152deb128006b5ac2087d5fe30a5927 — Daniel Ziltener 1 year, 1 month ago fb4035e
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>
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/cpp.scm
M gnu/packages/cpp.scm => gnu/packages/cpp.scm +3 -3
@@ 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")