mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: xf86-video-suncg6: Update to 1.1.3.
* gnu/packages/xorg.scm (xf86-video-suncg6): Update to 1.1.3.
This commit is contained in:
parent
071b77e554
commit
0077ce3a0e
1 changed files with 3 additions and 3 deletions
|
@ -3230,17 +3230,17 @@ (define-public xf86-video-sis
|
|||
(define-public xf86-video-suncg6
|
||||
(package
|
||||
(name "xf86-video-suncg6")
|
||||
(version "1.1.2")
|
||||
(version "1.1.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://xorg/individual/driver/xf86-video-suncg6-"
|
||||
version
|
||||
".tar.bz2"))
|
||||
".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"04fgwgk02m4nimlv67rrg1wnyahgymrn6rb2cjj1l8bmzkii4glr"))))
|
||||
"16c3g5m0f5y9nx2x6w9jdzbs9yr6xhq31j37dcffxbsskmfxq57w"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs (list xorg-server))
|
||||
(native-inputs (list pkg-config))
|
||||
|
|
Loading…
Reference in a new issue