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