mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
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:
parent
9b99b6d947
commit
ff8f743f7c
1 changed files with 2 additions and 2 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue