guix-commits
[Top][All Lists]
Advanced

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

01/01: Revert "gnu: vlc: Update to 2.2.0"


From: Ludovic Courtès
Subject: 01/01: Revert "gnu: vlc: Update to 2.2.0"
Date: Tue, 10 Mar 2015 16:26:55 +0000

civodul pushed a commit to branch master
in repository guix.

commit b9156ccc0882fb35fc6b3e109ed45c68a6d40fbf
Author: Ludovic Courtès <address@hidden>
Date:   Tue Mar 10 17:26:00 2015 +0100

    Revert "gnu: vlc: Update to 2.2.0"
    
    This reverts commit ad036bda89e338ec44d314d6c17049aff57c788f.
    
    This version has always failed to build according to
    <http://hydra.gnu.org/job/gnu/master/vlc-2.2.0.x86_64-linux/all>.
---
 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 1928755..344e4b6 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -357,7 +357,7 @@ audio/video codec library.")
 (define-public vlc
   (package
     (name "vlc")
-    (version "2.2.0")
+    (version "2.1.5")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -365,7 +365,7 @@ audio/video codec library.")
                    version "/vlc-" version ".tar.xz"))
              (sha256
               (base32
-               "05smn9hqdp7iscc1dj4cxp1mrlad7b50lhlnlqisfzf493i2f2jy"))))
+               "0whzbn7ahn5maarcwl1yhk9lq10b0q0y9w5pjl9kh3frdjmncrbg"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("git" ,git) ; needed for a test



reply via email to

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