guix-commits
[Top][All Lists]
Advanced

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

03/15: gnu: xf86-video-amdgpu: Update to 19.0.0.


From: guix-commits
Subject: 03/15: gnu: xf86-video-amdgpu: Update to 19.0.0.
Date: Sun, 10 Mar 2019 21:28:19 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 77ad8ec4fcbad17d246b3a50076d82cfac1218a2
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Mar 10 23:31:14 2019 +0100

    gnu: xf86-video-amdgpu: Update to 19.0.0.
    
    * gnu/packages/xorg.scm (xf86-video-amdgpu): Update to 19.0.0.
    [source]: Re-indent.
---
 gnu/packages/xorg.scm | 17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 3434fbe..17a8b14 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2624,17 +2624,14 @@ as USB mice.")
 (define-public xf86-video-amdgpu
   (package
     (name "xf86-video-amdgpu")
-    (version "18.1.0")
+    (version "19.0.0")
     (source
-      (origin
-        (method url-fetch)
-        (uri (string-append
-               "mirror://xorg/individual/driver/xf86-video-amdgpu-"
-               version
-               ".tar.bz2"))
-        (sha256
-          (base32
-           "0wlnb929l3yqj4hdkzyxyhbaph13ac4villajgmbh66pa6xja7z1"))))
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://xorg/individual/driver/"
+                           "xf86-video-amdgpu-" version ".tar.bz2"))
+       (sha256
+        (base32 "0lag9jxd752ja7m7ngz3dmqffb5wbx4crdwjw74qx42m8xyi8dl8"))))
     (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]