diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-05-21 16:51:45 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-05-21 17:12:48 +0200 |
commit | 3bc45ad46098a7abcdad561f10a33013b660dad0 (patch) | |
tree | 82b49959e099f4597fd72bd414a48f294bae7d9c /gnu/packages/video.scm | |
parent | ba58886a8cb92921064bdfbf2855d69ad1e081c5 (diff) | |
download | guix-3bc45ad46098a7abcdad561f10a33013b660dad0.tar guix-3bc45ad46098a7abcdad561f10a33013b660dad0.tar.gz |
gnu: vlc: Update to 2.2.5.1.
* gnu/packages/video.scm (vlc): Update to 2.2.5.1.
[source]: Remove obsolete snippet.
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r-- | gnu/packages/video.scm | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 8105a4673c..26f78eb832 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -646,7 +646,7 @@ audio/video codec library.") (define-public vlc (package (name "vlc") - (version "2.2.4") + (version "2.2.5.1") (source (origin (method url-fetch) (uri (string-append @@ -654,14 +654,7 @@ audio/video codec library.") version "/vlc-" version ".tar.xz")) (sha256 (base32 - "1gjkrwlg8ab3skzl67cxb9qzg4187ifckd1z9kpy11q058fyjchn")) - (modules '((guix build utils))) - (snippet - ;; There are two occurrences where __DATE__ and __TIME__ are - ;; used to capture the build time and show it to the user. - '(substitute* (find-files "." "help\\.c(pp)?$") - (("__DATE__") "\"2016\"") - (("__TIME__") "\"00:00\""))))) + "1k51vm6piqlrnld7sxyg0s4kdkd3lan97lmy3v5wdh3qyll8m2xj")))) (build-system gnu-build-system) (native-inputs `(("git" ,git) ; needed for a test |