rosenthal: libxkbcommon: Update to 1.5.0.

* rosenthal/packages/xdisorg.scm (libxkbcommon-1.4.1): Update to 1.5.0.
Rename to ...
(libxkbcommon-1.5.0): ... this.
(libxkbcommon-minimal): Replace it.
This commit is contained in:
Hilton Chain 2023-02-24 14:31:24 +08:00
parent 77cfc7b05b
commit fb04d47f46
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292

View File

@ -25,11 +25,11 @@
(base32 (base32
"1sv53x41c1hws8c65mavjlmjhgpwpfzhagjf3cwxpga20pzgnk2m"))))))) "1sv53x41c1hws8c65mavjlmjhgpwpfzhagjf3cwxpga20pzgnk2m")))))))
(define-public libxkbcommon-1.4.1 (define-public libxkbcommon-1.5.0
(package (package
(inherit libxkbcommon) (inherit libxkbcommon)
(name "libxkbcommon") (name "libxkbcommon")
(version "1.4.1") (version "1.5.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -37,10 +37,10 @@
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0fbb2dyjvf71p42y2jmwdcylsvj03w52f5rb23c2d00rwahhfg4l")))))) "05z08rpa464x8myjxddhix7jp9jcmakd7xrybx4hz8dwpg2123sn"))))))
(define-public libxkbcommon-minimal (define-public libxkbcommon-minimal
(let ((base libxkbcommon-1.4.1)) (let ((base libxkbcommon-1.5.0))
(package (package
(inherit base) (inherit base)
(name "libxkbcommon-minimal") (name "libxkbcommon-minimal")