diff options
| author | Murilo <murilo@disroot.org> | 2025-12-30 13:20:14 -0300 |
|---|---|---|
| committer | John Kehayias <john@guixotic.coop> | 2026-01-14 15:04:37 -0500 |
| commit | 0932150cf19710fca6b1f0b8f6740a37063e79be (patch) | |
| tree | 12aecc60c15d0d4d573e40769b07b846ada70b92 | |
| parent | d38156a7958c86534d51e424a25d88b4f18ea180 (diff) | |
gnu: hyprpaper: Update to 0.8.1.
* gnu/packages/xdisorg.scm (hyprpaper): Update to 0.8.1.
[inputs]: Add aquamarine, hyprtoolkit and hyprwire.
The aquamarine, hyprtoolkit and hyprwire packages are now required
dependencies.
Change-Id: I9b839ca73099367fa4a95a360cf567ec88bd032c
Signed-off-by: John Kehayias <john@guixotic.coop>
| -rw-r--r-- | gnu/packages/xdisorg.scm | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 0a05703d49d..9cd89ee8e82 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -4176,7 +4176,7 @@ GPU-accelerated screen locking utility.") (define-public hyprpaper (package (name "hyprpaper") - (version "0.7.6") + (version "0.8.1") (source (origin (method git-fetch) (uri (git-reference @@ -4185,16 +4185,19 @@ GPU-accelerated screen locking utility.") (file-name (git-file-name name version)) (sha256 (base32 - "1g9d2yp5gsyv6b0gvvw6dz9f97nqqs34pbmkwdpvb75zi8rv3wwp")))) + "0yy9cp54dy3knkyg22pfn6xbvaswx65j59cn5227jci6306q6ds4")))) (build-system cmake-build-system) (arguments '(#:tests? #f)) ;; no test (native-inputs (list gcc-15 pkg-config)) (inputs - (list cairo + (list aquamarine + cairo file hyprgraphics hyprlang hyprutils + hyprtoolkit + hyprwire hyprwayland-scanner libglvnd mesa |
