1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-19 15:45:58 +02:00

gnu: zig-xkbcommon: Update to 0.3.0.

* gnu/packages/zig-xyz.scm (zig-xkbcommon): Update to 0.3.0.

Change-Id: I0db3aad54c2fb06718eba423c0b21c8138388dcc
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
VÖRÖSKŐI András
2025-10-26 15:47:43 +01:00
committed by Andreas Enge
parent 4983c6f46b
commit cb7c6219e1
+2 -2
View File
@@ -547,7 +547,7 @@ interface.")
(define-public zig-xkbcommon
(package
(name "zig-xkbcommon")
(version "0.2.0")
(version "0.3.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -556,7 +556,7 @@ interface.")
(file-name (git-file-name name version))
(sha256
(base32
"16f59n7l2gcpnq8gb4v8skr4jhb2l6ax75rna92nqzj15f4ikqag"))))
"117nw4b5q14mb6j5yhvydlwllbd7gyxp176as4gj9qb5zh8wz5kv"))))
(build-system zig-build-system)
(arguments (list #:skip-build? #t))
(propagated-inputs (list libxkbcommon))