diff options
| author | Murilo <murilo@disroot.org> | 2025-11-14 23:02:09 -0300 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-11-30 22:45:34 +0100 |
| commit | 375dddd1cf3b09c011279b426621990203316eca (patch) | |
| tree | df78396ce668720dcd96027edd785774b18de9d7 /gnu | |
| parent | bcec0e51e34ca53cdc41403a7e81cffccb2d703e (diff) | |
gnu: hyprlang: Update to 0.6.6.
* gnu/packages/cpp.scm (hyprlang): Update to 0.6.6.
Change-Id: I93b7e7eab89c89da140503f5bc43191305eda0dc
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/cpp.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index 361645ffccf..6c6cfe25fa9 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -982,7 +982,7 @@ utilities used across the hypr* ecosystem.") (define-public hyprlang (package (name "hyprlang") - (version "0.6.4") + (version "0.6.6") (source (origin (method git-fetch) (uri (git-reference @@ -991,7 +991,7 @@ utilities used across the hypr* ecosystem.") (file-name (git-file-name name version)) (sha256 (base32 - "080kibsllxfrlck4gix0ygr12gnvf9p9ybi589fsvpab9p9xw857")))) + "13lqlwrpcd3gs5xw51sj1zx2w7kvsywvgdal81dp841rpph91z00")))) (build-system cmake-build-system) (arguments (list |
