guix-commits
[Top][All Lists]
Advanced

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

15/15: gnu: xvid: Update to 1.3.5.


From: guix-commits
Subject: 15/15: gnu: xvid: Update to 1.3.5.
Date: Sun, 10 Mar 2019 21:28:22 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 93a72fa7c92e49f74066856aa4e6dcf0830d4668
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Mar 11 02:05:50 2019 +0100

    gnu: xvid: Update to 1.3.5.
    
    * gnu/packages/video.scm (xvid): Update to 1.3.5.
---
 gnu/packages/video.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index c8fd6c1..c97dbbe 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1984,7 +1984,7 @@ format changes.")
 (define-public xvid
   (package
     (name "xvid")
-    (version "1.3.4")
+    (version "1.3.5")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1992,7 +1992,7 @@ format changes.")
                     version ".tar.bz2"))
               (sha256
                (base32
-                "1xwbmp9wqshc0ckm970zdpi0yvgqxlqg0s8bkz98mnr8p2067bsz"))))
+                "1d0hy1w9sn6491a3vhyf3vmhq4xkn6yd4ralx1191s6qz5wz483w"))))
     (build-system gnu-build-system)
     (native-inputs `(("yasm" ,yasm)))
     (arguments



reply via email to

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