gnu: youtube-viewer: Update to 3.7.6.

* gnu/packages/video.scm (youtube-viewer): Update to 3.7.6.
This commit is contained in:
Tobias Geerinckx-Rice 2020-06-02 03:27:40 +02:00
parent 8e9ccf7af7
commit b8186ae606
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1798,7 +1798,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.7.5")
(version "3.7.6")
(source (origin
(method git-fetch)
(uri (git-reference
@ -1807,7 +1807,7 @@ audio, images) from the Web. It can use either mpv or vlc for playback.")
(file-name (git-file-name name version))
(sha256
(base32
"1caz56sxy554avz2vdv9gm7gyqcq0gyixzrh5v9ixmg6vxif5d4f"))))
"1c7wynx0fzs8awb1s4rdrl8xavqlj64z95yckhl1m1gnhahhq291"))))
(build-system perl-build-system)
(native-inputs
`(("perl-module-build" ,perl-module-build)))