summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-07-27 03:54:23 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-07-27 04:25:27 +0200
commit90881528b3b0f200cad2acab0fd6b886eef7cd0b (patch)
treecad3b6d59b61b18c6de83ed4fadb37f010577fb4 /gnu/packages
parent92af56501c244b85d19573c1f89401cbddf7bf87 (diff)
downloadguix-patches-90881528b3b0f200cad2acab0fd6b886eef7cd0b.tar
guix-patches-90881528b3b0f200cad2acab0fd6b886eef7cd0b.tar.gz
gnu: youtube-viewer: Update to 3.7.7.
* gnu/packages/video.scm (youtube-viewer): Update to 3.7.7.
Diffstat (limited to 'gnu/packages')
-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 f09d9e86ad..29821c44c9 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1835,7 +1835,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.6")
+ (version "3.7.7")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1844,7 +1844,7 @@ audio, images) from the Web. It can use either mpv or vlc for playback.")
(file-name (git-file-name name version))
(sha256
(base32
- "1c7wynx0fzs8awb1s4rdrl8xavqlj64z95yckhl1m1gnhahhq291"))))
+ "1gc1b1zm55w2w62ayc6k51l31fswk17b072lpbq65is3ngjg6c98"))))
(build-system perl-build-system)
(native-inputs
`(("perl-module-build" ,perl-module-build)))