mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: xf86-video-cirrus: Update to 1.5.3.
* gnu/packages/xorg.scm (xf86-video-cirrus): Update to 1.5.3.
This commit is contained in:
parent
83696ce1c2
commit
6bc2fa7c5e
1 changed files with 2 additions and 2 deletions
|
@ -2645,7 +2645,7 @@ (define-public xf86-video-ati
|
||||||
(define-public xf86-video-cirrus
|
(define-public xf86-video-cirrus
|
||||||
(package
|
(package
|
||||||
(name "xf86-video-cirrus")
|
(name "xf86-video-cirrus")
|
||||||
(version "1.5.2")
|
(version "1.5.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2655,7 +2655,7 @@ (define-public xf86-video-cirrus
|
||||||
".tar.bz2"))
|
".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1mycqgjp18b6adqj2h90vp324xh8ysyi5migfmjc914vbnkf2q9k"))))
|
"1asifc6ld2g9kap15vfhvsvyl69lj7pw3d9ra9mi4najllh7pj7d"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("xorg-server" ,xorg-server)))
|
(inputs `(("xorg-server" ,xorg-server)))
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||||
|
|
Loading…
Reference in a new issue