~ruther/guix-local

e4d5c0c9f1bb3e177a5993172a6a51a06c67b868 — Murilo 1 year, 2 months ago b4b4c76
gnu: hyprpicker: Update to 0.4.2.

* gnu/packages/xdisorg.scm (hyprpicker): Update to 0.4.2.
[native-inputs]: Remove gcc-13; add gcc-14.

Change-Id: I3f3f324042f05c586517d5d3686d907aacd5b970
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/xdisorg.scm
M gnu/packages/xdisorg.scm => gnu/packages/xdisorg.scm +3 -3
@@ 3709,7 3709,7 @@ This package is the fork of hsetroot by Hyriand.")
(define-public hyprpicker
  (package
    (name "hyprpicker")
    (version "0.4.1")
    (version "0.4.2")
    (source (origin
              (method git-fetch)
              (uri (git-reference


@@ 3718,7 3718,7 @@ This package is the fork of hsetroot by Hyriand.")
              (file-name (git-file-name name version))
              (sha256
               (base32
                "11r06c62dqj81r27qhf36f3smnjyk3vz8naa655m8khv4qqvmvc2"))))
                "1jnncnsrb8h3driryj27mnamh5fqs0sys6xmfwsyg4qx3dgb6s89"))))
    (build-system cmake-build-system)
    (arguments
     (list #:tests? #f                  ;No tests.


@@ 3730,7 3730,7 @@ This package is the fork of hsetroot by Hyriand.")
                     (("wl-copy" cmd)
                      (search-input-file
                       inputs (string-append "bin/" cmd)))))))))
    (native-inputs (list gcc-13 hyprwayland-scanner pkg-config))
    (native-inputs (list gcc-14 hyprwayland-scanner pkg-config))
    (inputs
     (list cairo
           hyprutils