From: Thanos Apollo <public@thanosapollo.org>
To: 71460@debbugs.gnu.org
Subject: [bug#71460] Fixing commit message
Date: Mon, 10 Jun 2024 18:26:12 +0300 [thread overview]
Message-ID: <87a5js95uz.fsf@thanosapollo.org> (raw)
In-Reply-To: <87plspkeiw.fsf@thanosapollo.org>
[-- Attachment #1: Type: text/plain, Size: 117 bytes --]
Same patch, this time with a generated =Change-Id: ***=. Still learning
how to properly format patches for Guix.
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-emacs-yeetube-Update-to-2.1.6.patch --]
[-- Type: text/x-patch, Size: 2378 bytes --]
From da0f8661c6524bb2f75631f3f79a8d885c5bce1d Mon Sep 17 00:00:00 2001
From: Thanos Apollo <public@thanosapollo.org>
Date: Mon, 10 Jun 2024 18:14:30 +0300
Subject: [PATCH] gnu: emacs-yeetube: Update to 2.1.6
* gnu/packages/emacs-xyz.scm (emacs-yeetube): Update to 2.1.6.
Change-Id: I6aee95029e829170a98d8fb7447bf0fd39ed6176
---
gnu/packages/emacs-xyz.scm | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2a943f5846..1d0519aa88 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -29074,10 +29074,10 @@ (define-public emacs-ytel-show
(license license:gpl3+))))
(define-public emacs-yeetube
- (let ((commit "c74e4e77156297624d278a05bdd19c016a91ff9b")) ;version bump
+ (let ((commit "c9721a295f4fd30a44e94b3424151fa8a14d22ae"))
(package
(name "emacs-yeetube")
- (version "2.1.4")
+ (version "2.1.6")
(source
(origin
(method git-fetch)
@@ -29086,7 +29086,7 @@ (define-public emacs-yeetube
(commit commit)))
(sha256
(base32
- "1gpfm41d4wzk1i0hnmfn81xv05ida9ljibar7ji4d7nisjbd4vp9"))
+ "0lrcs0n30h800sm6py4av44a3fcfgasmj223mnl76q34syyrgz6k"))
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(arguments
@@ -29102,15 +29102,12 @@ (define-public emacs-yeetube
(("\\(executable-find \"torsocks\"\\)")
(format #f "~s"
(search-input-file inputs "/bin/torsocks")))
- (("\\(executable-find \"wget\"\\)")
- (format #f "~s"
- (search-input-file inputs "/bin/wget")))
(("\\(executable-find \"yt-dlp\"\\)")
(format #f "~s"
(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))
- (home-page "https://thanosapollo.com/blog/yeetube/")
+ (home-page "https://thanosapollo.org/projects/yeetube/")
(synopsis "Youtube and Invidious front-end for Emacs")
(description
"This package offers an Emacs interface that allows you to search YouTube
--
2.45.1
[-- Attachment #3: Type: text/plain, Size: 100 bytes --]
--
Thanos Apollo
https://thanosapollo.org
62B7 58D0 F671 9938 BC09 CECA 339F 736C 3A72 0928
next prev parent reply other threads:[~2024-06-10 16:16 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-09 21:11 [bug#71460] [PATCH] gnu: emacs-yeetube: Update to 2.1.16 Thanos Apollo
2024-06-10 15:26 ` Thanos Apollo [this message]
2024-06-10 16:32 ` [bug#71460] Fixing commit message Nicolas Goaziou via Guix-patches via
2024-06-19 7:56 ` bug#71460: " Nicolas Goaziou via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87a5js95uz.fsf@thanosapollo.org \
--to=public@thanosapollo.org \
--cc=71460@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).