gnu: xinit: Update to 1.4.1.
* gnu/packages/xorg.scm (xinit): Update to 1.4.1.
This commit is contained in:
parent
2e625ef73a
commit
2830802043
|
@ -5672,14 +5672,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.0")
|
(version "1.4.1")
|
||||||
(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.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1vw2wlg74ig52naw0cha3pgzcwwk25l834j42cg8m5zmybp3a213"))))
|
"1fdbakx59vyh474skjydj1bbglpby3y03nl7mxn0z9v8gdhqz6yy"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("xorgproto" ,xorgproto)
|
`(("xorgproto" ,xorgproto)
|
||||||
|
|
Loading…
Reference in New Issue