gnu: emacs-yeetube: Update to 2.0.4.
* gnu/packages/emacs-xyz.scm (emacs-yeetube): Update to 2.0.4. [source]<origin>: Update URI. [home-page]: Update it, too.master
parent
b5ac2e1350
commit
81fea9f445
|
@ -27920,21 +27920,21 @@ and comments.")
|
||||||
(define-public emacs-yeetube
|
(define-public emacs-yeetube
|
||||||
(package
|
(package
|
||||||
(name "emacs-yeetube")
|
(name "emacs-yeetube")
|
||||||
(version "1.4.2")
|
(version "2.0.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://git.sr.ht/~thanosapollo/yeetube.el")
|
(url "https://git.thanosapollo.com/yeetube")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0vfap6sri6qnswrjsp6qvmrp98bvrfh58gwdqbjiakq1fzvcrm03"))
|
"175yz46gql27y2v02apa1zyzgparzpgrsmw1mbb1nlx0cnf7an79"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list mpv yt-dlp))
|
(list mpv yt-dlp))
|
||||||
(home-page "https://sr.ht/~thanosapollo/yeetube.el")
|
(home-page "https://thanosapollo.com/blog/yeetube/")
|
||||||
(synopsis "Youtube & Invidious front-end for Emacs")
|
(synopsis "Youtube & Invidious front-end for Emacs")
|
||||||
(description
|
(description
|
||||||
"This package offers an Emacs interface that allows you to search YouTube
|
"This package offers an Emacs interface that allows you to search YouTube
|
||||||
|
|
Reference in New Issue