guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: vlc: Update to 3.0.8.


From: guix-commits
Subject: 01/01: gnu: vlc: Update to 3.0.8.
Date: Wed, 21 Aug 2019 13:51:41 -0400 (EDT)

kkebreau pushed a commit to branch master
in repository guix.

commit 178f1d1f75a8d512b517f474f63da507beaebd49
Author: Kei Kebreau <address@hidden>
Date:   Wed Aug 21 13:41:18 2019 -0400

    gnu: vlc: Update to 3.0.8.
    
    * gnu/packages/video.scm (vlc): Update to 3.0.8.
---
 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 9b809d0..8b7bb38 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1052,7 +1052,7 @@ videoformats depend on the configuration flags of 
ffmpeg.")
 (define-public vlc
   (package
     (name "vlc")
-    (version "3.0.7.1")
+    (version "3.0.8")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -1061,7 +1061,7 @@ videoformats depend on the configuration flags of 
ffmpeg.")
                    "/vlc-" version ".tar.xz"))
              (sha256
               (base32
-               "1xb4c8n0hkwijzfdlbwadhxnx9z8rlhmrdq4c7q74rq9f51q0m86"))))
+               "1xmxjpyzdhabchwncz6lvx3kzvl7fz9c42bkv3nbj68albs9w570"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("flex" ,flex)



reply via email to

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