guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: xvid: Update to 1.3.4.


From: Efraim Flashner
Subject: 01/03: gnu: xvid: Update to 1.3.4.
Date: Sun, 21 Feb 2016 14:32:33 +0000

efraim pushed a commit to branch master
in repository guix.

commit e05035c70d075e2ed0a57a3349e171ac3d305a21
Author: Efraim Flashner <address@hidden>
Date:   Sun Feb 21 10:55:07 2016 +0200

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

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 765e39e..ab1cae8 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1157,7 +1157,7 @@ format changes.")
 (define-public xvid
   (package
     (name "xvid")
-    (version "1.3.3")
+    (version "1.3.4")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1165,7 +1165,7 @@ format changes.")
                     version ".tar.bz2"))
               (sha256
                (base32
-                "0m5g75qvapr7xpywg6a83v5x19kw1nm9l2q48lg7jvvpba0bmqdh"))))
+                "1xwbmp9wqshc0ckm970zdpi0yvgqxlqg0s8bkz98mnr8p2067bsz"))))
     (build-system gnu-build-system)
     (native-inputs `(("yasm" ,yasm)))
     (arguments



reply via email to

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