summaryrefslogtreecommitdiff
path: root/gnu/packages/cpp.scm
diff options
context:
space:
mode:
authorMurilo <murilo@disroot.org>2026-06-07 12:59:25 -0300
committerJohn Kehayias <john@guixotic.coop>2026-06-18 14:49:49 -0400
commit20db9ad96318a9652ee50262b0a1c60462ecc4ce (patch)
treeb46aba88a60fafa03d739411db69a783a2b53b2c /gnu/packages/cpp.scm
parent89fcd0bfc007270945bc9f92741b5b8a4ff9b2eb (diff)
gnu: hyprtoolkit: Update to 0.5.4.
* gnu/packages/cpp.scm (hyprtoolkit): Update to 0.5.4. [native-inputs]: Add gcc-15. [inputs]: Sort. Change-Id: I0481a235a5ab53298002cc1dedfefc810d9a52f9 Signed-off-by: John Kehayias <john@guixotic.coop>
Diffstat (limited to 'gnu/packages/cpp.scm')
-rw-r--r--gnu/packages/cpp.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index ceb9f45bcac..f69dc1bd958 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -1190,7 +1190,7 @@ ecosystem.")
1190(define-public hyprtoolkit 1190(define-public hyprtoolkit
1191 (package 1191 (package
1192 (name "hyprtoolkit") 1192 (name "hyprtoolkit")
1193 (version "0.5.3") 1193 (version "0.5.4")
1194 (source (origin 1194 (source (origin
1195 (method git-fetch) 1195 (method git-fetch)
1196 (uri (git-reference 1196 (uri (git-reference
@@ -1199,10 +1199,10 @@ ecosystem.")
1199 (file-name (git-file-name name version)) 1199 (file-name (git-file-name name version))
1200 (sha256 1200 (sha256
1201 (base32 1201 (base32
1202 "0jjb1bf55270r3qc3fzxd1l3ahqsbgs948z46qi9niapa3gx1zli")))) 1202 "1gihwav0k1jb4f7gq1d15njwr80ylbxa62hh25kyzqfxhf7q3540"))))
1203 (build-system cmake-build-system) 1203 (build-system cmake-build-system)
1204 (arguments (list #:tests? #f)) ; No tests in Release build type 1204 (arguments (list #:tests? #f)) ; No tests in Release build type
1205 (native-inputs (list pkg-config hyprwayland-scanner)) 1205 (native-inputs (list pkg-config hyprwayland-scanner gcc-15))
1206 (inputs 1206 (inputs
1207 (list aquamarine 1207 (list aquamarine
1208 cairo 1208 cairo
@@ -1211,9 +1211,9 @@ ecosystem.")
1211 hyprlang 1211 hyprlang
1212 hyprutils 1212 hyprutils
1213 iniparser 1213 iniparser
1214 mesa
1215 libglvnd 1214 libglvnd
1216 libxkbcommon 1215 libxkbcommon
1216 mesa
1217 pango 1217 pango
1218 pixman 1218 pixman
1219 wayland 1219 wayland