summaryrefslogtreecommitdiff
path: root/gnu/packages/video.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-06-02 03:27:40 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-06-02 18:06:03 +0200
commitb8186ae606ca774db6ce942a5ffa7db5fcc45b8d (patch)
treeaded031c7992481d70ad95b89629ee776f720723 /gnu/packages/video.scm
parent8e9ccf7af7cc614d04aa71c472f855dd146729eb (diff)
downloadguix-patches-b8186ae606ca774db6ce942a5ffa7db5fcc45b8d.tar
guix-patches-b8186ae606ca774db6ce942a5ffa7db5fcc45b8d.tar.gz
gnu: youtube-viewer: Update to 3.7.6.
* gnu/packages/video.scm (youtube-viewer): Update to 3.7.6.
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r--gnu/packages/video.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index ccefb0c4f4..162ef953b3 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -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)))