mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: xf86-video-qxl: Update to 0.1.5.
* gnu/packages/xorg.scm (xf86-video-qxl): Update to 0.1.5.
This commit is contained in:
parent
33ca551731
commit
9f74424f37
1 changed files with 2 additions and 2 deletions
|
@ -3145,7 +3145,7 @@ (define-public xf86-video-openchrome
|
|||
(define-public xf86-video-qxl
|
||||
(package
|
||||
(name "xf86-video-qxl")
|
||||
(version "0.1.4")
|
||||
(version "0.1.5")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -3153,7 +3153,7 @@ (define-public xf86-video-qxl
|
|||
"xf86-video-qxl-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"018ic9ddxfnjcv2yss0mwk1gq6rmip1hrgi2wxwqkbqx1cpx4yp5"))))
|
||||
"14jc24znnahhmz4kqalafmllsg8awlz0y6gpgdpk5ih38ph851mi"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("fontsproto" ,fontsproto)
|
||||
|
|
Loading…
Reference in a new issue