[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
70/78: gnu: emacs-yeetube: Update to 2.1.2.
From: |
guix-commits |
Subject: |
70/78: gnu: emacs-yeetube: Update to 2.1.2. |
Date: |
Fri, 23 Feb 2024 03:12:15 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 09cdbb76e5c4a095f4cce6a4172fedf9a543c8c2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Feb 22 15:38:47 2024 +0100
gnu: emacs-yeetube: Update to 2.1.2.
* gnu/packages/emacs-xyz.scm (emacs-yeetube): Update to 2.1.2.
[inputs]: Add TORSOCKS.
[arguments]<#:phases>: Set location for "torsocks" executable. Split
LOCATE-BINARIES phase for clarity.
Change-Id: Idb209a73848938b577d0bfbc56d13d153f9cafb3
---
gnu/packages/emacs-xyz.scm | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9613e8982c..cee7247e48 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -267,6 +267,7 @@
#:use-module (gnu packages haskell-xyz)
#:use-module (gnu packages wordnet)
#:use-module (gnu packages photo)
+ #:use-module (gnu packages tor)
#:use-module (gnu packages uml)
#:use-module (gnu packages finance)
#:use-module (gnu packages ocaml)
@@ -28588,7 +28589,7 @@ and comments.")
(define-public emacs-yeetube
(package
(name "emacs-yeetube")
- (version "2.0.9")
+ (version "2.1.2")
(source
(origin
(method git-fetch)
@@ -28597,7 +28598,7 @@ and comments.")
(commit version)))
(sha256
(base32
- "17475zkvhj7yc3sxv0snmvxf84mkl30l78s28gzzm3j15p806cbd"))
+ "0c2iq6rb179zh9qbw7prxsjbiz77j060pj75s82wbbz5xjavzgp5"))
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(arguments
@@ -28611,10 +28612,14 @@ and comments.")
(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"))
+ ("yeetube-mpv-torsocks"
+ (search-input-file inputs "/bin/torsocks")))))
+ (add-after 'unpack 'relax-check
+ (lambda _
(substitute* "yeetube-mpv.el"
(("\\(yeetube-mpv-check\\)") "")))))))
- (inputs (list mpv yt-dlp))
+ (inputs (list mpv torsocks yt-dlp))
(propagated-inputs (list emacs-compat))
(home-page "https://thanosapollo.com/blog/yeetube/")
(synopsis "Youtube and Invidious front-end for Emacs")
- 35/78: gnu: emacs-excorporate: Update to 1.1.2., (continued)
- 35/78: gnu: emacs-excorporate: Update to 1.1.2., guix-commits, 2024/02/23
- 77/78: gnu: Remove go-golang-org-x-net-html., guix-commits, 2024/02/23
- 71/78: gnu: gnucobol: Remove pregenerated files., guix-commits, 2024/02/23
- 66/78: gnu: emacs-tempel: Update to 1.1., guix-commits, 2024/02/23
- 48/78: gnu: emacs-flymake-mypy: Update to 0.3.1., guix-commits, 2024/02/23
- 69/78: gnu: emacs-visual-fill-column: Update to 2.5.2., guix-commits, 2024/02/23
- 62/78: gnu: emacs-org-fc: Update to 0.5.1., guix-commits, 2024/02/23
- 64/78: gnu: emacs-pg: Update to 0.28., guix-commits, 2024/02/23
- 75/78: gnu: go-go-etcd-io-bbolt: Move to (gnu packages golang-xyz)., guix-commits, 2024/02/23
- 59/78: gnu: emacs-osm: Update to 1.3., guix-commits, 2024/02/23
- 70/78: gnu: emacs-yeetube: Update to 2.1.2.,
guix-commits <=
- 54/78: gnu: emacs-mastodon: Update to 1.0.14., guix-commits, 2024/02/23
- 55/78: gnu: emacs-meow: Update to 1.4.5., guix-commits, 2024/02/23
- 34/78: gnu: emacs-taxy-magit-section: Update to 0.13., guix-commits, 2024/02/23
- 43/78: gnu: emacs-eldev: Update to 1.8.2., guix-commits, 2024/02/23
- 61/78: gnu: emacs-parent-mode: Run tests., guix-commits, 2024/02/23
- 47/78: gnu: emacs-flycheck: Update to 34.1., guix-commits, 2024/02/23
- 68/78: gnu: emacs-vertico: Update to 1.7., guix-commits, 2024/02/23
- 53/78: gnu: emacs-magit-todos: Update to 1.7.1., guix-commits, 2024/02/23
- 22/78: gnu: Add tagainijisho., guix-commits, 2024/02/23
- 23/78: gnu: Add libsixel., guix-commits, 2024/02/23