gnu: emacs-yeetube: Update to 2.0.5.

* gnu/packages/emacs-xyz.scm (emacs-yeetube): Update to 2.0.5.
[arguments]<#:phases>: Update variable names holding executable locations.
This commit is contained in:
Nicolas Goaziou 2023-10-04 10:57:24 +02:00
parent d3021c4538
commit d0aaa5aacf
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -27920,7 +27920,7 @@ and comments.")
(define-public emacs-yeetube (define-public emacs-yeetube
(package (package
(name "emacs-yeetube") (name "emacs-yeetube")
(version "2.0.4") (version "2.0.5")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -27929,7 +27929,7 @@ and comments.")
(commit version))) (commit version)))
(sha256 (sha256
(base32 (base32
"175yz46gql27y2v02apa1zyzgparzpgrsmw1mbb1nlx0cnf7an79")) "1pb6pb624icnjp7210vqrxj4sb38kydfaxc88bj1xmk1dh332h1k"))
(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
@ -27939,10 +27939,10 @@ and comments.")
(add-after 'unpack 'locate-binaries (add-after 'unpack 'locate-binaries
(lambda* (#:key inputs #:allow-other-keys) (lambda* (#:key inputs #:allow-other-keys)
(emacs-substitute-variables "yeetube.el" (emacs-substitute-variables "yeetube.el"
("yeetube-yt-dlp" ("yeetube-ytdlp"
(search-input-file inputs "/bin/yt-dlp"))) (search-input-file inputs "/bin/yt-dlp")))
(substitute* "yeetube-mpv.el" (emacs-substitute-variables "yeetube-mpv.el"
(("\\(executable-find \"mpv\"\\)") ("yeetube-mpv-path"
(search-input-file inputs "/bin/mpv")))))))) (search-input-file inputs "/bin/mpv"))))))))
(inputs (list mpv yt-dlp)) (inputs (list mpv yt-dlp))
(home-page "https://thanosapollo.com/blog/yeetube/") (home-page "https://thanosapollo.com/blog/yeetube/")