mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: xf86-video-nouveau: Update to 1.0.13.
* gnu/packages/xorg.scm (xf86-video-nouveau): Update to 1.0.13.
This commit is contained in:
parent
80a612dccf
commit
7843f276d1
1 changed files with 2 additions and 2 deletions
|
@ -3089,7 +3089,7 @@ (define-public xf86-video-nv
|
|||
(define-public xf86-video-nouveau
|
||||
(package
|
||||
(name "xf86-video-nouveau")
|
||||
(version "1.0.12")
|
||||
(version "1.0.13")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -3099,7 +3099,7 @@ (define-public xf86-video-nouveau
|
|||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"07irv1zkk0rkyn1d7f2gn1icgcz2ix0pwv74sjian763gynmg80f"))))
|
||||
"1js7vak68g2800f1cy5r41wl5x2j7dbmbd7zxypzfgcw2fx454kd"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs `(("xorg-server" ,xorg-server)))
|
||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||
|
|
Loading…
Reference in a new issue