gnu: emacs-youtube-dl: Update to 1.0-2.af877b5.
* gnu/packages/emacs-xyz.scm (emacs-youtube-dl): Update to 1.0-2.af877b5.
This commit is contained in:
parent
0155e23b34
commit
d8b352bea7
|
@ -15379,10 +15379,11 @@ News homepage.")
|
||||||
(license license:gpl3))))
|
(license license:gpl3))))
|
||||||
|
|
||||||
(define-public emacs-youtube-dl
|
(define-public emacs-youtube-dl
|
||||||
(let ((commit "7c9d7a7d05b72a7d1b1257a36c5e2b2567b185dd"))
|
(let ((commit "af877b5bc4f01c04fccfa7d47a2c328926f20ef4")
|
||||||
|
(revision "2"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-youtube-dl")
|
(name "emacs-youtube-dl")
|
||||||
(version (git-version "1.0" "1" commit))
|
(version (git-version "1.0" "2" commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -15392,7 +15393,7 @@ News homepage.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0mh4s089a4x8s380agzb2306kdp1hl204px1n5rrrrdcls7imnh6"))))
|
"0zkl9jkjbx0lmp9ylv4rqg1zwqibk053s4rp7s1h0i18nzk7vn8j"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("youtube-dl" ,youtube-dl)))
|
`(("youtube-dl" ,youtube-dl)))
|
||||||
|
|
Loading…
Reference in New Issue