diff options
| author | Murilo <murilo@disroot.org> | 2025-12-04 11:51:55 -0300 |
|---|---|---|
| committer | John Kehayias <john@guixotic.coop> | 2025-12-18 22:09:06 -0500 |
| commit | ea4f8318dc43c527a59aadc06437c4e7c8c8c44e (patch) | |
| tree | d2840cf3bfc53243150fd6832c25d5cb4be81891 /gnu/packages/cpp.scm | |
| parent | 972f8ba76010ae442f99a716cc142259cce1b49a (diff) | |
gnu: hyprlang: Update to 0.6.7.
* gnu/packages/cpp.scm (hyprlang): Update to 0.6.7.
Change-Id: I098f2bb3e1b8ac815ccaae53015dc8ed1e1e16ef
Signed-off-by: John Kehayias <john@guixotic.coop>
Diffstat (limited to 'gnu/packages/cpp.scm')
| -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 e68ff8fd9fe..e85bfb9ab1d 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.6") + (version "0.6.7") (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 - "13lqlwrpcd3gs5xw51sj1zx2w7kvsywvgdal81dp841rpph91z00")))) + "0n64jq9jdabyx76sax0fb45jg92708488733c2m6zsf84r6nv2g7")))) (build-system cmake-build-system) (arguments (list |
