[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: vlc: Update to 3.0.11.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: vlc: Update to 3.0.11.1. |
Date: |
Thu, 30 Jul 2020 18:28:21 -0400 |
This is an automated email from the git hooks/post-receive script.
nckx pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 6ec120b gnu: vlc: Update to 3.0.11.1.
6ec120b is described below
commit 6ec120b1c7656cc177ea2a9ba980512b1a323a95
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Jul 31 00:12:59 2020 +0200
gnu: vlc: Update to 3.0.11.1.
* gnu/packages/video.scm (vlc): Update to 3.0.11.1.
---
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 950111f..f4dca82 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1224,7 +1224,7 @@ videoformats depend on the configuration flags of
ffmpeg.")
(define-public vlc
(package
(name "vlc")
- (version "3.0.11")
+ (version "3.0.11.1")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1233,7 +1233,7 @@ videoformats depend on the configuration flags of
ffmpeg.")
"/vlc-" version ".tar.xz"))
(sha256
(base32
- "06a9hfl60f6l0fs5c9ma5s8np8kscm4ala6m2pdfji9lyfna351y"))))
+ "1f46h0hv7fk35zg4iczlp7ib7h2jmh8m4r5klw3g2558ib9134qq"))))
(build-system gnu-build-system)
(native-inputs
`(("flex" ,flex)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: vlc: Update to 3.0.11.1.,
guix-commits <=