summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurilo <murilo@disroot.org>2025-01-31 08:30:38 -0300
committerJohn Kehayias <john.kehayias@protonmail.com>2025-02-01 14:49:30 -0500
commit7a6406d3acaf5c075d74580f50b5fe026aa535a0 (patch)
tree299d7b814418f75f3d0f880e0e422e6e4b13ee08
parent653a35f13c647d5aa9cbd21117fe96e1cc6ec378 (diff)
gnu: hyprcursor: Update to 0.1.11.
* gnu/packages/xdisorg.scm (hyprcursor): Update to 0.1.11. [native-inputs]: Remove gcc-13; add gcc-14. Change-Id: I576a2ddf2ab97176500187bb84f63240f1b8f5fa Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
-rw-r--r--gnu/packages/xdisorg.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 89ece6d430..8e37a984d5 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -3686,7 +3686,7 @@ This package is the fork of hsetroot by Hyriand.")
(define-public hyprcursor
(package
(name "hyprcursor")
- (version "0.1.10")
+ (version "0.1.11")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3695,10 +3695,10 @@ This package is the fork of hsetroot by Hyriand.")
(file-name (git-file-name name version))
(sha256
(base32
- "1rdn03ln7pqcwp8h4nmi7nc489q8y25dd3v4paq8ykvwzhvs3a1n"))))
+ "0k050802bpgdn1hnrfgadxs54hx0zak3y3jzbjnsb69i6ayydr1c"))))
(build-system cmake-build-system)
(arguments (list #:tests? #f)) ;TODO: No themes currently packaged.
- (native-inputs (list gcc-13 pkg-config))
+ (native-inputs (list gcc-14 pkg-config))
(inputs (list cairo hyprlang (librsvg-for-system) libzip tomlplusplus))
(home-page "https://standards.hyprland.org/hyprcursor/")
(synopsis "Cursor theme format")