mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
gnu: xinit: Update to 1.4.3.
* gnu/packages/xorg.scm (xinit): Update to 1.4.3. Change-Id: Icabf9c60a1d3047327d87b9a566e707db513e3f8
This commit is contained in:
parent
86833392ee
commit
8ce68fba44
1 changed files with 2 additions and 2 deletions
|
@ -5810,14 +5810,14 @@ (define-public xcb-util-wm
|
|||
(define-public xinit
|
||||
(package
|
||||
(name "xinit")
|
||||
(version "1.4.2")
|
||||
(version "1.4.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://xorg/individual/app/xinit-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"08qz6f6yhis6jdcp6hzspql6ib9a9zp0ddhhbac1b7zg4a6xrn5p"))))
|
||||
"0npx32mi035xkz26gp7raps5xsq4v7rgayy1q794h4d3lqhryh46"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list xorgproto libx11))
|
||||
|
|
Loading…
Reference in a new issue