guix-commits
[Top][All Lists]
Advanced

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

13/13: gnu: vdpauinfo: Update to 1.4.


From: guix-commits
Subject: 13/13: gnu: vdpauinfo: Update to 1.4.
Date: Sun, 29 Nov 2020 11:29:30 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit c1d6814b2290ba5581284e10f76c0d13a665f4d9
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 29 14:40:11 2020 +0100

    gnu: vdpauinfo: Update to 1.4.
    
    * gnu/packages/video.scm (vdpauinfo): Update to 1.4.
---
 gnu/packages/video.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 0c7ff92..57563fd 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3133,16 +3133,16 @@ present in modern GPUs.")
 (define-public vdpauinfo
   (package
     (name "vdpauinfo")
-    (version "1.0")
+    (version "1.4")
     (source
       (origin
         (method git-fetch)
         (uri (git-reference
               (url "https://gitlab.freedesktop.org/vdpau/vdpauinfo";)
-              (commit (string-append "vdpauinfo-" version))))
+              (commit version)))
         (file-name (git-file-name name version))
         (sha256
-         (base32 "0j495axk56dmdzw32dn6qdb1lhd2nff77cpwdia7liwz7p1jli0g"))))
+         (base32 "0s84bavxr39w0r7zfaac7kpbfsg88hgymqyzcr0yvbj1yry3liz2"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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