gnu: emacs-yeetube: Update to 2.0.9.

* gnu/packages/emacs-xyz.scm (emacs-yeetube): Update to 2.0.9.
[arguments]<#:phases>: Skip check looking for mpv and yt-dlp executables.
[propagated-inputs]: Add EMACS-COMPAT.

Change-Id: I826a2e9f9ab510148c4e29f770394ea7b953fa07
This commit is contained in:
Nicolas Goaziou 2024-01-21 23:26:59 +01:00
parent 3cee87f947
commit ddf2c7a1d2
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -28494,7 +28494,7 @@ (define-public emacs-ytel-show
(define-public emacs-yeetube
(package
(name "emacs-yeetube")
(version "2.0.7")
(version "2.0.9")
(source
(origin
(method git-fetch)
@ -28503,7 +28503,7 @@ (define-public emacs-yeetube
(commit version)))
(sha256
(base32
"05w33431dfr1ldcg3yq01qvz0alpv8q88r0dsb278qbwszw9cfz6"))
"17475zkvhj7yc3sxv0snmvxf84mkl30l78s28gzzm3j15p806cbd"))
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(arguments
@ -28517,8 +28517,11 @@ (define-public emacs-yeetube
(search-input-file inputs "/bin/yt-dlp")))
(emacs-substitute-variables "yeetube-mpv.el"
("yeetube-mpv-path"
(search-input-file inputs "/bin/mpv"))))))))
(search-input-file inputs "/bin/mpv")))
(substitute* "yeetube-mpv.el"
(("\\(yeetube-mpv-check\\)") "")))))))
(inputs (list mpv yt-dlp))
(propagated-inputs (list emacs-compat))
(home-page "https://thanosapollo.com/blog/yeetube/")
(synopsis "Youtube and Invidious front-end for Emacs")
(description