diff options
author | Murilo <murilo@disroot.org> | 2025-07-22 14:53:44 -0300 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2025-07-23 12:56:32 -0400 |
commit | 83144c271c19af3a686a52c176fbb495f2c6d8dc (patch) | |
tree | 97700e611728a52f6e88da0ad37dae0ef877d507 | |
parent | 44279c9f36d994e67ea73597b0b9c78e8dd3b638 (diff) |
gnu: hyprsunset: Update to 0.3.0.
* gnu/packages/xdisorg.scm (hyprsunset): Update to 0.3.0.
[native-inputs]: Change gcc-14 to gcc-15.
[inputs]: Add hyprlang.
[arguments]{cmake}: Use cmake-next.
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
-rw-r--r-- | gnu/packages/xdisorg.scm | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 667313fdec..0af511d4bb 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -3932,7 +3932,7 @@ This package is the fork of hsetroot by Hyriand.") (define-public hyprsunset (package (name "hyprsunset") - (version "0.1.0") + (version "0.3.0") (source (origin (method git-fetch) @@ -3941,17 +3941,19 @@ This package is the fork of hsetroot by Hyriand.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "110cw7nd6a0krsg6764hx2i45lc8n4b1iln3b8jz1x6pziw1qna9")))) + (base32 "0h0iibncjl780nnwvf1mfmqckdzzc4b4fphflj4mq56nswf697ha")))) (build-system cmake-build-system) (arguments (list + #:cmake cmake-next #:tests? #f)) ;No tests. (native-inputs - (list gcc-14 + (list gcc-15 pkg-config)) (inputs (list hyprwayland-scanner hyprutils + hyprlang wayland hyprland-protocols wayland-protocols)) |