mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 21:50:01 +01: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 @@ The XCB util-wm module provides the following libraries:
|
||||||
(define-public xinit
|
(define-public xinit
|
||||||
(package
|
(package
|
||||||
(name "xinit")
|
(name "xinit")
|
||||||
(version "1.4.1")
|
(version "1.4.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://xorg/individual/app/xinit-"
|
(uri (string-append "mirror://xorg/individual/app/xinit-"
|
||||||
version ".tar.bz2"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fdbakx59vyh474skjydj1bbglpby3y03nl7mxn0z9v8gdhqz6yy"))))
|
"08qz6f6yhis6jdcp6hzspql6ib9a9zp0ddhhbac1b7zg4a6xrn5p"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list xorgproto libx11))
|
(list xorgproto libx11))
|
||||||
|
|
Loading…
Add table
Reference in a new issue