gnu: youtube-viewer: Update to 3.4.1.

* gnu/packages/video.scm (youtube-viewer): Update to 3.4.1.
master
Tobias Geerinckx-Rice 2018-09-13 19:39:05 +02:00
parent 6be445785a
commit 0b0b43ed7a
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1427,7 +1427,7 @@ audio, images) from the Web. It can use either mpv or vlc for playback.")
(define-public youtube-viewer
(package
(name "youtube-viewer")
(version "3.3.4")
(version "3.4.1")
(source (origin
(method git-fetch)
(uri (git-reference
@ -1436,7 +1436,7 @@ audio, images) from the Web. It can use either mpv or vlc for playback.")
(file-name (git-file-name name version))
(sha256
(base32
"1kpq3mk81hpjp5q4mi907ds0dbif40a4dzmv2h2lq5pcp757sw6i"))))
"0axgb95lx81psgrb2a5rfdd8gl4mhsrzf41jas6l58d1xkaj54ri"))))
(build-system perl-build-system)
(native-inputs
`(("perl-module-build" ,perl-module-build)))