diff options
author | Pierre Neidhardt <mail@ambrevar.xyz> | 2021-05-07 09:43:51 +0200 |
---|---|---|
committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2021-05-07 09:43:51 +0200 |
commit | ff8f743f7c93496e15702237eaa3c15ce5536c48 (patch) | |
tree | 94c7d15b1055b954cbebd54cabc58768f7ada9be /gnu | |
parent | 9b99b6d9476c9191eb25bbb1eb1cec45ca79485d (diff) | |
download | guix-ff8f743f7c93496e15702237eaa3c15ce5536c48.tar.gz |
gnu: emacs-ytdl: Update to 1.3.6.
* gnu/packages/emacs-xyz.scm (emacs-ytdl): Update to 1.3.6.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index cfe0b7356f..a3046b1448 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -20649,7 +20649,7 @@ can be queued at any time.") (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 @@ can be queued at any time.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1xv93ny942gha1ipic5r6z4icjsb7src7ssdck9983kks3zacjk7")))) + (base32 "010arhvibyw50lqhsr8bm0vj3pzry1h1vgcvxnmyryirk3dv40jl")))) (build-system emacs-build-system) (inputs `(("youtube-dl" ,youtube-dl))) |