diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-02-20 16:21:47 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-02-20 16:40:33 +0100 |
commit | 7bc7eda4b955f63ad22502015d07ec8a275cd958 (patch) | |
tree | 1ec26b54c5c885b6b4d34fe3843e76a2ca054d36 | |
parent | ca1d735c54b6eb3c09a0ebe7ece207f0dd653402 (diff) | |
download | guix-7bc7eda4b955f63ad22502015d07ec8a275cd958.tar guix-7bc7eda4b955f63ad22502015d07ec8a275cd958.tar.gz |
gnu: xvinfo: Update to 1.1.4.
* gnu/packages/xorg.scm (xvinfo): Update to 1.1.4.
[home-page]: Set to source repository.
-rw-r--r-- | gnu/packages/xorg.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 044f4d715e..02586baa2c 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 |