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 @@ (define-public emacs-youtube-dl
(define-public emacs-ytdl
(package
(name "emacs-ytdl")
(version "1.3.5")
(version "1.3.6")
(source
(origin
(method git-fetch)
@ -20658,7 +20658,7 @@ (define-public emacs-ytdl
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1xv93ny942gha1ipic5r6z4icjsb7src7ssdck9983kks3zacjk7"))))
(base32 "010arhvibyw50lqhsr8bm0vj3pzry1h1vgcvxnmyryirk3dv40jl"))))
(build-system emacs-build-system)
(inputs
`(("youtube-dl" ,youtube-dl)))