gnu: emacs-ytdl: Update to 1.3.6-0.2ea3daf2.
* gnu/packages/emacs-xyz.scm (emacs-ytdl): Update to 1.3.6-0.2ea3daf2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>master
parent
c6d494e49f
commit
ec66bd267f
gnu/packages
|
@ -26988,18 +26988,20 @@ can be queued at any time.")
|
|||
(license license:unlicense))))
|
||||
|
||||
(define-public emacs-ytdl
|
||||
(let ((commit "2ea3daf2f6aa9d18b71fe3e15f05c30a56fca228")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "emacs-ytdl")
|
||||
(version "1.3.6")
|
||||
(version (git-version "1.3.6" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://gitlab.com/tuedachu/ytdl")
|
||||
(commit version)))
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "010arhvibyw50lqhsr8bm0vj3pzry1h1vgcvxnmyryirk3dv40jl"))))
|
||||
(base32 "0y62lkgsg19j05dpd6sp6zify8vq8xvpc8caqiy4rwi7p4ahacsf"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
@ -27024,7 +27026,7 @@ can be queued at any time.")
|
|||
which serves as the back end. New videos can be queued at any time. All
|
||||
youtube-dl backends are supported. It is possible to create download profiles
|
||||
depending on the downloaded URL.")
|
||||
(license license:gpl3+)))
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-ytel
|
||||
;; No tagged releases. Using version from main file.
|
||||
|
|
Reference in New Issue