guix-commits
[Top][All Lists]
Advanced

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

01/12: gnu: xf86-video-nouveau: Update to 1.0.17.


From: guix-commits
Subject: 01/12: gnu: xf86-video-nouveau: Update to 1.0.17.
Date: Sun, 7 Mar 2021 08:47:52 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 18d9eb223ed427cc308f02f1012a6f1304232761
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Mar 7 12:54:58 2021 +0100

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

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 597e0b8..2ee617a 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3193,17 +3193,14 @@ supported, and the RENDER extension is not accelerated 
by this driver.")
 (define-public xf86-video-nouveau
   (package
     (name "xf86-video-nouveau")
-    (version "1.0.16")
+    (version "1.0.17")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append
-             "mirror://xorg/individual/driver/xf86-video-nouveau-"
-             version
-             ".tar.bz2"))
+       (uri (string-append 
"mirror://xorg/individual/driver/xf86-video-nouveau-"
+                           version ".tar.bz2"))
        (sha256
-        (base32
-         "01mz8gnq7j6bvrqb2ljm3d1wpjhi9p2z2w8zbkdrqmqmcj060h1h"))))
+        (base32 "0sqm1jwjg15sp8v7039y2hsbhph8gpjd2bdzcqqiij2mgbi254s9"))))
     (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]