mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: xf86-video-i128: Update to 1.4.1.
* gnu/packages/xorg.scm (xf86-video-i128): Update to 1.4.1. Change-Id: I1e3c84ea1470538e3b9c5231eb9efd9280ad7e23
This commit is contained in:
parent
5d11cf30fa
commit
0c4ae883e6
1 changed files with 3 additions and 3 deletions
|
@ -2976,17 +2976,17 @@ (define-public xf86-video-geode
|
|||
(define-public xf86-video-i128
|
||||
(package
|
||||
(name "xf86-video-i128")
|
||||
(version "1.4.0")
|
||||
(version "1.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://xorg/individual/driver/xf86-video-i128-"
|
||||
version
|
||||
".tar.bz2"))
|
||||
".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1snhpv1igrhifcls3r498kjd14ml6x2xvih7zk9xlsd1ymmhlb4g"))))
|
||||
"0imwmkam09wpp3z3iaw9i4hysxicrrax7i3p0l2glgp3zw9var3h"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs (list xorg-server))
|
||||
(native-inputs (list pkg-config))
|
||||
|
|
Loading…
Reference in a new issue