gnu: hyprlang: Update to 0.6.4.

* gnu/packages/cpp.scm (hyprlang): Update to 0.6.4.
[native-inputs]: Change gcc-14 to gcc-15.
[home-page]: Update to new URL.

Change-Id: Ic79ce39600f04168a1bd9a008663f2cbdfe91160
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
This commit is contained in:
Murilo 2025-08-23 10:52:37 -03:00 committed by John Kehayias
parent 5bdc225f4f
commit 086866f2f4
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -943,7 +943,7 @@ utilities used across the hypr* ecosystem.")
(define-public hyprlang (define-public hyprlang
(package (package
(name "hyprlang") (name "hyprlang")
(version "0.6.3") (version "0.6.4")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -952,7 +952,7 @@ utilities used across the hypr* ecosystem.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"05p4nghkr0qpqjvcjrgxjqjwswmvg245hmhlcgdacpvdfmn38m4i")))) "080kibsllxfrlck4gix0ygr12gnvf9p9ybi589fsvpab9p9xw857"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
(list (list
@ -965,9 +965,9 @@ utilities used across the hypr* ecosystem.")
(string-append (string-append
"set(PKG_CONFIG_EXECUTABLE " #$(pkg-config-for-target) ")\n" "set(PKG_CONFIG_EXECUTABLE " #$(pkg-config-for-target) ")\n"
all)))))))) all))))))))
(native-inputs (list gcc-14 pkg-config)) (native-inputs (list gcc-15 pkg-config))
(inputs (list hyprutils)) (inputs (list hyprutils))
(home-page "https://wiki.hyprland.org/Hypr-Ecosystem/hyprlang/") (home-page "https://wiki.hypr.land/Hypr-Ecosystem/hyprlang/")
(synopsis "Official implementation library for hypr config language") (synopsis "Official implementation library for hypr config language")
(description (description
"This package provides the official implementation for hypr configuration "This package provides the official implementation for hypr configuration