guix-commits
[Top][All Lists]
Advanced

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

08/09: gnu: xvinfo: Update to 1.1.4.


From: guix-commits
Subject: 08/09: gnu: xvinfo: Update to 1.1.4.
Date: Wed, 20 Feb 2019 11:01:02 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 7bc7eda4b955f63ad22502015d07ec8a275cd958
Author: Marius Bakke <address@hidden>
Date:   Wed Feb 20 16:21:47 2019 +0100

    gnu: xvinfo: Update to 1.1.4.
    
    * gnu/packages/xorg.scm (xvinfo): Update to 1.1.4.
    [home-page]: Set to source repository.
---
 gnu/packages/xorg.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 044f4d7..02586ba 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4353,7 +4353,7 @@ libICE, the X font server, and related components.")
 (define-public xvinfo
   (package
     (name "xvinfo")
-    (version "1.1.3")
+    (version "1.1.4")
     (source
       (origin
         (method url-fetch)
@@ -4363,7 +4363,7 @@ libICE, the X font server, and related components.")
                ".tar.bz2"))
         (sha256
           (base32
-            "1sz5wqhxd1fqsfi1w5advdlwzkizf2fgl12hdpk66f7mv9l8pflz"))))
+            "0gz7fvxavqlrqynpfbrm2nc9yx8h0ksnbnv34fj7n1q6cq6j4lq3"))))
     (build-system gnu-build-system)
     (inputs
       `(("libxext" ,libxext)
@@ -4371,7 +4371,7 @@ libICE, the X font server, and related components.")
         ("libx11" ,libx11)))
     (native-inputs
       `(("pkg-config" ,pkg-config)))
-    (home-page "https://www.x.org/wiki/";)
+    (home-page "https://gitlab.freedesktop.org/xorg/app/xvinfo";)
     (synopsis "Print out X-Video extension adaptor information")
     (description
      "XVInfo is used to print out the capabilities of any video adaptors



reply via email to

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