gnu: emacs-ytdl: Update to 1.3.6.

* gnu/packages/emacs-xyz.scm (emacs-ytdl): Update to 1.3.6.
This commit is contained in:
Pierre Neidhardt 2021-05-07 09:43:51 +02:00
parent 9b99b6d947
commit ff8f743f7c
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F

View File

@ -20649,7 +20649,7 @@ can be queued at any time.")
(define-public emacs-ytdl (define-public emacs-ytdl
(package (package
(name "emacs-ytdl") (name "emacs-ytdl")
(version "1.3.5") (version "1.3.6")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -20658,7 +20658,7 @@ can be queued at any time.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1xv93ny942gha1ipic5r6z4icjsb7src7ssdck9983kks3zacjk7")))) (base32 "010arhvibyw50lqhsr8bm0vj3pzry1h1vgcvxnmyryirk3dv40jl"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(inputs (inputs
`(("youtube-dl" ,youtube-dl))) `(("youtube-dl" ,youtube-dl)))