mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-04-15 02:24:41 +00:00
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:
parent
77cfc7b05b
commit
fb04d47f46
@ -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")
|
||||||
|
Loading…
Reference in New Issue
Block a user