guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/05: gnu: xf86-video-nouveau: Update to 1.0.14.


From: Marius Bakke
Subject: 03/05: gnu: xf86-video-nouveau: Update to 1.0.14.
Date: Mon, 13 Mar 2017 13:40:40 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit ca453df7c8f50b240ddad549962b4e2c22788094
Author: Marius Bakke <address@hidden>
Date:   Mon Mar 13 17:02:50 2017 +0100

    gnu: xf86-video-nouveau: Update to 1.0.14.
    
    * gnu/packages/xorg.scm (xf86-video-nouveau): Update to 1.0.14.
---
 gnu/packages/xorg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index f1e63c0..1063b5a 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2989,7 +2989,7 @@ supported, and the RENDER extension is not accelerated by 
this driver.")
 (define-public xf86-video-nouveau
   (package
     (name "xf86-video-nouveau")
-    (version "1.0.13")
+    (version "1.0.14")
     (source
      (origin
        (method url-fetch)
@@ -2999,7 +2999,7 @@ supported, and the RENDER extension is not accelerated by 
this driver.")
              ".tar.bz2"))
        (sha256
         (base32
-         "1js7vak68g2800f1cy5r41wl5x2j7dbmbd7zxypzfgcw2fx454kd"))))
+         "1h9izq510m2pvg77d0y9krc0cvvbhp2y3xlrrz6id7y47jdzkpsd"))))
     (build-system gnu-build-system)
     (inputs `(("xorg-server" ,xorg-server)))
     (native-inputs `(("pkg-config" ,pkg-config)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]