guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: vlc: Update to 3.0.17.4.


From: guix-commits
Subject: 02/03: gnu: vlc: Update to 3.0.17.4.
Date: Mon, 20 Jun 2022 07:18:27 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 8d342711dd59a68c0f756253404ab84f5a9fc19c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jun 20 13:57:52 2022 +0300

    gnu: vlc: Update to 3.0.17.4.
    
    * gnu/packages/video.scm (vlc): Update to 3.0.17.4.
---
 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 18eb6d2d24..3f565867aa 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1886,7 +1886,7 @@ videoformats depend on the configuration flags of 
ffmpeg.")
 (define-public vlc
   (package
     (name "vlc")
-    (version "3.0.17.3")
+    (version "3.0.17.4")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1895,7 +1895,7 @@ videoformats depend on the configuration flags of 
ffmpeg.")
                     "/vlc-" version ".tar.xz"))
               (sha256
                (base32
-                "0510vqf35f0v9c498yki5441aig3fdqq3nv4vsb1vlvki7pr0zkg"))))
+                "0cs1vnv91mg7p6253v6wms3zlz91xzphpwaw14dmrd2gibc64nlc"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("flex" ,flex)



reply via email to

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