gnu: xf86-video-cirrus: Update to 1.6.0.
* gnu/packages/xorg.scm (xf86-video-cirrus): Update to 1.6.0.
This commit is contained in:
parent
d1f3080b09
commit
b4268263c6
1 changed files with 3 additions and 3 deletions
|
@ -2752,17 +2752,17 @@ X server.")
|
||||||
(define-public xf86-video-cirrus
|
(define-public xf86-video-cirrus
|
||||||
(package
|
(package
|
||||||
(name "xf86-video-cirrus")
|
(name "xf86-video-cirrus")
|
||||||
(version "1.5.3")
|
(version "1.6.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"mirror://xorg/individual/driver/xf86-video-cirrus-"
|
"mirror://xorg/individual/driver/xf86-video-cirrus-"
|
||||||
version
|
version
|
||||||
".tar.bz2"))
|
".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1asifc6ld2g9kap15vfhvsvyl69lj7pw3d9ra9mi4najllh7pj7d"))))
|
"00b468w01hqjczfqz42v2vqhb14db4wazcqi1w29lgfyhc0gmwqf"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs (list xorg-server))
|
(inputs (list xorg-server))
|
||||||
(native-inputs (list pkg-config))
|
(native-inputs (list pkg-config))
|
||||||
|
|
Reference in a new issue