gnu: emacs-yeetube: Update to 2.1.6
* gnu/packages/emacs-xyz.scm (emacs-yeetube): Update to 2.1.6. [arguments]<#:phases>: No longer set wget location. [inputs]: Remove wget. [home-page]: Use new project home page. Change-Id: I6aee95029e829170a98d8fb7447bf0fd39ed6176 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
9ae06fe58a
commit
fbd607fef2
@ -29153,10 +29153,10 @@ and comments.")
|
|||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-yeetube
|
(define-public emacs-yeetube
|
||||||
(let ((commit "c74e4e77156297624d278a05bdd19c016a91ff9b")) ;version bump
|
(let ((commit "c9721a295f4fd30a44e94b3424151fa8a14d22ae")) ;version bump
|
||||||
(package
|
(package
|
||||||
(name "emacs-yeetube")
|
(name "emacs-yeetube")
|
||||||
(version "2.1.4")
|
(version "2.1.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@ -29165,7 +29165,7 @@ and comments.")
|
|||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1gpfm41d4wzk1i0hnmfn81xv05ida9ljibar7ji4d7nisjbd4vp9"))
|
"0lrcs0n30h800sm6py4av44a3fcfgasmj223mnl76q34syyrgz6k"))
|
||||||
(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
|
||||||
@ -29181,15 +29181,12 @@ and comments.")
|
|||||||
(("\\(executable-find \"torsocks\"\\)")
|
(("\\(executable-find \"torsocks\"\\)")
|
||||||
(format #f "~s"
|
(format #f "~s"
|
||||||
(search-input-file inputs "/bin/torsocks")))
|
(search-input-file inputs "/bin/torsocks")))
|
||||||
(("\\(executable-find \"wget\"\\)")
|
|
||||||
(format #f "~s"
|
|
||||||
(search-input-file inputs "/bin/wget")))
|
|
||||||
(("\\(executable-find \"yt-dlp\"\\)")
|
(("\\(executable-find \"yt-dlp\"\\)")
|
||||||
(format #f "~s"
|
(format #f "~s"
|
||||||
(search-input-file inputs "/bin/yt-dlp")))))))))
|
(search-input-file inputs "/bin/yt-dlp")))))))))
|
||||||
(inputs (list mpv torsocks wget yt-dlp))
|
(inputs (list mpv torsocks yt-dlp))
|
||||||
(propagated-inputs (list emacs-compat))
|
(propagated-inputs (list emacs-compat))
|
||||||
(home-page "https://thanosapollo.com/blog/yeetube/")
|
(home-page "https://thanosapollo.org/projects/yeetube/")
|
||||||
(synopsis "Youtube and Invidious front-end for Emacs")
|
(synopsis "Youtube and 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
|
||||||
|
Loading…
Reference in New Issue
Block a user