gnu: yt-dlp: Update to 2022.08.08.
* gnu/packages/video.scm (yt-dlp): Update to 2022.08.08. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
parent
fa0c9b086c
commit
a6fb2d2760
1 changed files with 2 additions and 2 deletions
|
@ -2486,7 +2486,7 @@ YouTube.com and many more sites.")
|
||||||
(define-public yt-dlp
|
(define-public yt-dlp
|
||||||
(package/inherit youtube-dl
|
(package/inherit youtube-dl
|
||||||
(name "yt-dlp")
|
(name "yt-dlp")
|
||||||
(version "2022.07.18")
|
(version "2022.08.08")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/yt-dlp/yt-dlp/"
|
(uri (string-append "https://github.com/yt-dlp/yt-dlp/"
|
||||||
|
@ -2494,7 +2494,7 @@ YouTube.com and many more sites.")
|
||||||
version "/yt-dlp.tar.gz"))
|
version "/yt-dlp.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wmzfqhysx1mqdba4ikvm6nbahasihi4xgqwqad20y3vs701slyj"))
|
"0vrmdk3znncph3a4b1y83pxnzhkv1b210b0ncb5daghgsz0jwv1k"))
|
||||||
(snippet
|
(snippet
|
||||||
#~(begin
|
#~(begin
|
||||||
;; Delete the pre-generated files, except for the man page
|
;; Delete the pre-generated files, except for the man page
|
||||||
|
|
Reference in a new issue