mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: xinit: Update to 1.4.2.
* gnu/packages/xorg.scm (xinit): Update to 1.4.2.
This commit is contained in:
parent
b898c28a27
commit
371a19c742
1 changed files with 3 additions and 3 deletions
|
@ -5817,14 +5817,14 @@ (define-public xcb-util-wm
|
|||
(define-public xinit
|
||||
(package
|
||||
(name "xinit")
|
||||
(version "1.4.1")
|
||||
(version "1.4.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://xorg/individual/app/xinit-"
|
||||
version ".tar.bz2"))
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1fdbakx59vyh474skjydj1bbglpby3y03nl7mxn0z9v8gdhqz6yy"))))
|
||||
"08qz6f6yhis6jdcp6hzspql6ib9a9zp0ddhhbac1b7zg4a6xrn5p"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list xorgproto libx11))
|
||||
|
|
Loading…
Reference in a new issue