diff options
author | Murilo <murilo@disroot.org> | 2025-01-31 08:30:41 -0300 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2025-02-01 14:49:35 -0500 |
commit | e4d5c0c9f1bb3e177a5993172a6a51a06c67b868 (patch) | |
tree | 2fc4e4ad916eeac644026e58a8fdaf6c9e9a4d58 | |
parent | b4b4c76982af7a3187bafe5137650282c7080886 (diff) |
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>
-rw-r--r-- | gnu/packages/xdisorg.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 8e37a984d5..01b01488f6 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -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 |