* [bug#71991] [PATCH 2/2] gnu: emacs-yeetube: Update to 2.1.7
[not found] <a5ea83d2ef14dacce239e98f88ec6be487b4f4ae.1720423037.git.public@thanosapollo.org>
@ 2024-07-08 7:17 ` Thanos Apollo
2024-07-08 8:05 ` Nicolas Goaziou via Guix-patches via
` (2 more replies)
0 siblings, 3 replies; 11+ messages in thread
From: Thanos Apollo @ 2024-07-08 7:17 UTC (permalink / raw)
To: 71991
Cc: Thanos Apollo, Andrew Tropin, Katherine Cox-Buday,
Liliana Marie Prikler
* gnu/packages/emacs-xyz.scm (emacs-yeetube): Update to 2.1.7.
Change-Id: Ib5de9ca8d155740da2a5f7ecdba9b349e366def3
---
gnu/packages/emacs-xyz.scm | 15 ++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0bb115ee42..e9e7f06603 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -29238,10 +29238,10 @@ (define-public emacs-ytel-show
(license license:gpl3+))))
(define-public emacs-yeetube
- (let ((commit "c9721a295f4fd30a44e94b3424151fa8a14d22ae")) ;version bump
+ (let ((commit "5c0a3efd2fb5cc25a6a90741ad198e31fdb15640"))
(package
(name "emacs-yeetube")
- (version "2.1.6")
+ (version "2.1.7")
(source
(origin
(method git-fetch)
@@ -29250,7 +29250,7 @@ (define-public emacs-yeetube
(commit commit)))
(sha256
(base32
- "0lrcs0n30h800sm6py4av44a3fcfgasmj223mnl76q34syyrgz6k"))
+ "0a3pm8cz6yl5s2xnbnjvdwm8mf5hyman419xl4fyyfgwy6vrxp70"))
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(arguments
@@ -29272,13 +29272,10 @@ (define-public emacs-yeetube
(inputs (list mpv torsocks yt-dlp))
(propagated-inputs (list emacs-compat))
(home-page "https://thanosapollo.org/projects/yeetube/")
- (synopsis "Youtube and Invidious front-end for Emacs")
+ (synopsis "Youtube front-end for Emacs")
(description
- "This package offers an Emacs interface that allows you to search YouTube
-or an Invidious instance for a specific query. The search results are shown
-as links in an Org mode buffer. The videos can be opened to a user-defined
-video player (by default @command{mpv}) or downloaded using @command{yt-dlp}.
-This package also includes a @code{yt-dlp} front-end.")
+ "This package provides the ability to scrape YouTube, with the results
+displayed in a tabulated list.")
(license license:gpl3+))))
(define-public emacs-org-web-tools
--
2.45.2
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [bug#71991] [PATCH 2/2] gnu: emacs-yeetube: Update to 2.1.7
2024-07-08 7:17 ` [bug#71991] [PATCH 2/2] gnu: emacs-yeetube: Update to 2.1.7 Thanos Apollo
@ 2024-07-08 8:05 ` Nicolas Goaziou via Guix-patches via
2024-07-08 17:44 ` [bug#71991] [PATCH] gnu: emacs-emacsql: Update to 3.1.1-2-29194a6 Thanos Apollo
2024-07-08 19:06 ` [bug#71991] [PATCH] gnu: emacs-emacsql: Update to 3.1.1-2.efddd69 Thanos Apollo
2 siblings, 0 replies; 11+ messages in thread
From: Nicolas Goaziou via Guix-patches via @ 2024-07-08 8:05 UTC (permalink / raw)
To: Thanos Apollo
Cc: Katherine Cox-Buday, 71991, Liliana Marie Prikler, Andrew Tropin
Hello,
Thanos Apollo <public@thanosapollo.org> writes:
> * gnu/packages/emacs-xyz.scm (emacs-yeetube): Update to 2.1.7.
Thank you. Some comments follow.
> (define-public emacs-yeetube
> - (let ((commit "c9721a295f4fd30a44e94b3424151fa8a14d22ae")) ;version bump
> + (let ((commit "5c0a3efd2fb5cc25a6a90741ad198e31fdb15640"))
Why did you remove the comment?
> - (synopsis "Youtube and Invidious front-end for Emacs")
> + (synopsis "Youtube front-end for Emacs")
> (description
> - "This package offers an Emacs interface that allows you to search YouTube
> -or an Invidious instance for a specific query. The search results are shown
> -as links in an Org mode buffer. The videos can be opened to a user-defined
> -video player (by default @command{mpv}) or downloaded using @command{yt-dlp}.
> -This package also includes a @code{yt-dlp} front-end.")
> + "This package provides the ability to scrape YouTube, with the results
> +displayed in a tabulated list.")
The changes to synopsis and description should be mentioned in the
commit log, too.
Please note that I find the new description much less informative. In
particular, I find "scrape YouTube" not being very clear. May you
expound this a bit?
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 11+ messages in thread
* [bug#71991] [PATCH] gnu: emacs-emacsql: Update to 3.1.1-2-29194a6.
2024-07-08 7:17 ` [bug#71991] [PATCH 2/2] gnu: emacs-yeetube: Update to 2.1.7 Thanos Apollo
2024-07-08 8:05 ` Nicolas Goaziou via Guix-patches via
@ 2024-07-08 17:44 ` Thanos Apollo
2024-07-08 18:34 ` Liliana Marie Prikler
` (2 more replies)
2024-07-08 19:06 ` [bug#71991] [PATCH] gnu: emacs-emacsql: Update to 3.1.1-2.efddd69 Thanos Apollo
2 siblings, 3 replies; 11+ messages in thread
From: Thanos Apollo @ 2024-07-08 17:44 UTC (permalink / raw)
To: 71991
Cc: Thanos Apollo, Thanos Apollo, Nicolas Goaziou, Andrew Tropin,
Katherine Cox-Buday, Liliana Marie Prikler
* gnu/packages/emacs-xyz.scm (emacs-emacsql): Update to commit
29194a6.
Change-Id: I2b5cb10f62c2a9fe07bdd03a4688a2c4d0435e30
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d5257f16a9..c8c6f6ebd1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23271,8 +23271,8 @@ (define-public emacs-finalize
(license license:unlicense)))
(define-public emacs-emacsql
- (let ((commit "29194a63ede3ee24c7457c2fde03b0f1320ca4b1")
- (revision "1"))
+ (let ((commit "1abwc7kzlmk6z68glnya6kxffrrqrhgpwrpzqpjc1l179gg1i1rg")
+ (revision "2"))
(package
(name "emacs-emacsql")
(version (git-version "3.1.1" revision commit))
base-commit: 13f0f52314244f08eb9fdd626d907c0c3976e06a
--
2.45.2
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [bug#71991] [PATCH] gnu: emacs-emacsql: Update to 3.1.1-2-29194a6.
2024-07-08 17:44 ` [bug#71991] [PATCH] gnu: emacs-emacsql: Update to 3.1.1-2-29194a6 Thanos Apollo
@ 2024-07-08 18:34 ` Liliana Marie Prikler
2024-07-08 18:37 ` Nicolas Goaziou via Guix-patches via
2024-07-15 10:08 ` [bug#72000] [PATCH 1/2] gnu: Add emacs-0x0 Thanos Apollo
2 siblings, 0 replies; 11+ messages in thread
From: Liliana Marie Prikler @ 2024-07-08 18:34 UTC (permalink / raw)
To: Thanos Apollo, 71991; +Cc: Katherine Cox-Buday, Nicolas Goaziou, Andrew Tropin
Am Montag, dem 08.07.2024 um 20:44 +0300 schrieb Thanos Apollo:
> * gnu/packages/emacs-xyz.scm (emacs-emacsql): Update to commit
> 29194a6.
>
> Change-Id: I2b5cb10f62c2a9fe07bdd03a4688a2c4d0435e30
> ---
> gnu/packages/emacs-xyz.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index d5257f16a9..c8c6f6ebd1 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -23271,8 +23271,8 @@ (define-public emacs-finalize
> (license license:unlicense)))
>
> (define-public emacs-emacsql
> - (let ((commit "29194a63ede3ee24c7457c2fde03b0f1320ca4b1")
> - (revision "1"))
> + (let ((commit
> "1abwc7kzlmk6z68glnya6kxffrrqrhgpwrpzqpjc1l179gg1i1rg")
> + (revision "2"))
> (package
> (name "emacs-emacsql")
> (version (git-version "3.1.1" revision commit))
No hash change? Suspicious.
Also, watch out your bug IDs, it seems you're reusing them
inadvertently.
Cheers
^ permalink raw reply [flat|nested] 11+ messages in thread
* [bug#71991] [PATCH] gnu: emacs-emacsql: Update to 3.1.1-2-29194a6.
2024-07-08 17:44 ` [bug#71991] [PATCH] gnu: emacs-emacsql: Update to 3.1.1-2-29194a6 Thanos Apollo
2024-07-08 18:34 ` Liliana Marie Prikler
@ 2024-07-08 18:37 ` Nicolas Goaziou via Guix-patches via
2024-07-08 19:09 ` Thanos Apollo
2024-07-15 10:08 ` [bug#72000] [PATCH 1/2] gnu: Add emacs-0x0 Thanos Apollo
2 siblings, 1 reply; 11+ messages in thread
From: Nicolas Goaziou via Guix-patches via @ 2024-07-08 18:37 UTC (permalink / raw)
To: Thanos Apollo
Cc: Katherine Cox-Buday, 71991, Liliana Marie Prikler, Andrew Tropin
Hello,
Thanos Apollo <public@thanosapollo.org> writes:
> * gnu/packages/emacs-xyz.scm (emacs-emacsql): Update to commit
> 29194a6.
Thanks, that was quick.
> (define-public emacs-emacsql
> - (let ((commit "29194a63ede3ee24c7457c2fde03b0f1320ca4b1")
> - (revision "1"))
> + (let ((commit "1abwc7kzlmk6z68glnya6kxffrrqrhgpwrpzqpjc1l179gg1i1rg")
> + (revision "2"))
The commit hash looks wrong. Did you mix the commit and the sha256 hash?
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 11+ messages in thread
* [bug#71991] [PATCH] gnu: emacs-emacsql: Update to 3.1.1-2.efddd69.
2024-07-08 7:17 ` [bug#71991] [PATCH 2/2] gnu: emacs-yeetube: Update to 2.1.7 Thanos Apollo
2024-07-08 8:05 ` Nicolas Goaziou via Guix-patches via
2024-07-08 17:44 ` [bug#71991] [PATCH] gnu: emacs-emacsql: Update to 3.1.1-2-29194a6 Thanos Apollo
@ 2024-07-08 19:06 ` Thanos Apollo
2024-07-09 8:01 ` bug#71991: " Nicolas Goaziou via Guix-patches via
2 siblings, 1 reply; 11+ messages in thread
From: Thanos Apollo @ 2024-07-08 19:06 UTC (permalink / raw)
To: 71991
Cc: Thanos Apollo, Thanos Apollo, Nicolas Goaziou,
Liliana Marie Prikler, Andrew Tropin, Katherine Cox-Buday
* gnu/packages/emacs-xyz.scm (emacs-emacsql): Update to commit
efddd69.
Change-Id: Ib9d025fd8bf040fe2458fa54ac40bd16f35795dd
---
gnu/packages/emacs-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d5257f16a9..a1851086a2 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23271,8 +23271,8 @@ (define-public emacs-finalize
(license license:unlicense)))
(define-public emacs-emacsql
- (let ((commit "29194a63ede3ee24c7457c2fde03b0f1320ca4b1")
- (revision "1"))
+ (let ((commit "efddd69c5e69214dbbe921fbf90f938501414894")
+ (revision "2"))
(package
(name "emacs-emacsql")
(version (git-version "3.1.1" revision commit))
@@ -23284,7 +23284,7 @@ (define-public emacs-emacsql
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "14yj53xxqi3009bdj39k2fqwyc896yp2m7gdkgyv47wlkh1xwzxh"))))
+ (base32 "1abwc7kzlmk6z68glnya6kxffrrqrhgpwrpzqpjc1l179gg1i1rg"))))
(build-system emacs-build-system)
(arguments
(list
base-commit: 13f0f52314244f08eb9fdd626d907c0c3976e06a
--
2.45.2
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [bug#71991] [PATCH] gnu: emacs-emacsql: Update to 3.1.1-2-29194a6.
2024-07-08 18:37 ` Nicolas Goaziou via Guix-patches via
@ 2024-07-08 19:09 ` Thanos Apollo
0 siblings, 0 replies; 11+ messages in thread
From: Thanos Apollo @ 2024-07-08 19:09 UTC (permalink / raw)
To: Nicolas Goaziou
Cc: Katherine Cox-Buday, 71991, Liliana Marie Prikler, Andrew Tropin
Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:
[...]
> The commit hash looks wrong. Did you mix the commit and the sha256 hash?
Yeap, thanks for catching this!
Cheers,
--
Thanos Apollo
https://thanosapollo.org
62B7 58D0 F671 9938 BC09 CECA 339F 736C 3A72 0928
^ permalink raw reply [flat|nested] 11+ messages in thread
* bug#71991: [PATCH] gnu: emacs-emacsql: Update to 3.1.1-2.efddd69.
2024-07-08 19:06 ` [bug#71991] [PATCH] gnu: emacs-emacsql: Update to 3.1.1-2.efddd69 Thanos Apollo
@ 2024-07-09 8:01 ` Nicolas Goaziou via Guix-patches via
0 siblings, 0 replies; 11+ messages in thread
From: Nicolas Goaziou via Guix-patches via @ 2024-07-09 8:01 UTC (permalink / raw)
To: Thanos Apollo
Cc: Katherine Cox-Buday, 71991-done, Liliana Marie Prikler,
Andrew Tropin
Hello,
Thanos Apollo <public@thanosapollo.org> writes:
> * gnu/packages/emacs-xyz.scm (emacs-emacsql): Update to commit
> efddd69.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 11+ messages in thread
* [bug#72000] [PATCH 1/2] gnu: Add emacs-0x0.
2024-07-08 17:44 ` [bug#71991] [PATCH] gnu: emacs-emacsql: Update to 3.1.1-2-29194a6 Thanos Apollo
2024-07-08 18:34 ` Liliana Marie Prikler
2024-07-08 18:37 ` Nicolas Goaziou via Guix-patches via
@ 2024-07-15 10:08 ` Thanos Apollo
2024-07-15 10:08 ` [bug#72000] [PATCH 2/2] gnu: emacs-gnosis: Update to 0.3.1 Thanos Apollo
2024-07-21 11:41 ` bug#72000: [PATCH 1/2] gnu: Add emacs-0x0 Nicolas Goaziou via Guix-patches via
2 siblings, 2 replies; 11+ messages in thread
From: Thanos Apollo @ 2024-07-15 10:08 UTC (permalink / raw)
To: 72000
Cc: Thanos Apollo, Thanos Apollo, Andrew Tropin, Katherine Cox-Buday,
Liliana Marie Prikler
* gnu/packages/emacs-xyz.scm (emacs-0x0): New variable.
Change-Id: I4d76a3abc33537b788eb79aa2e4990d22335b7be
---
gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 99e1d4c65c..95566b777b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -294,6 +294,29 @@ (define-module (gnu packages emacs-xyz)
;;; Emacs hacking.
;;;
+(define-public emacs-0x0
+ (let ((commit "04f95142b25d8bb701f239539176df6617dcd982")
+ (revision "0"))
+ (package
+ (name "emacs-0x0")
+ (version (git-version "1.0.1" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://git.sr.ht/~willvaughn/emacs-0x0")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0vj9vrfkgm7plp5mvq22fm9sln11j9763g3wd2w6c82rlsk6dhva"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/emacsorphanage/ac-ispell")
+ (synopsis "Integration with https://0x0.st, envs.sh, ttm.sh, and self-hosted services.")
+ (description
+ "0x0 is a pastebin integration tool. Functionality includes uploading
+the current buffer, a file on your disk, or a string from the kill ring.")
+ (license license:gpl3+))))
+
(define-public emacs-ac-ispell
(let ((commit "22bace7387e9012002a6a444922f75f9913077b0")
(revision "1"))
base-commit: eb508e32d2d359c94d2cabebfe90dc32ca5dcf4f
--
2.45.2
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [bug#72000] [PATCH 2/2] gnu: emacs-gnosis: Update to 0.3.1.
2024-07-15 10:08 ` [bug#72000] [PATCH 1/2] gnu: Add emacs-0x0 Thanos Apollo
@ 2024-07-15 10:08 ` Thanos Apollo
2024-07-21 11:41 ` bug#72000: [PATCH 1/2] gnu: Add emacs-0x0 Nicolas Goaziou via Guix-patches via
1 sibling, 0 replies; 11+ messages in thread
From: Thanos Apollo @ 2024-07-15 10:08 UTC (permalink / raw)
To: 72000
Cc: Thanos Apollo, Thanos Apollo, Andrew Tropin, Katherine Cox-Buday,
Liliana Marie Prikler
* gnu/packages/emacs-xyz.scm (emacs-gnosis): Update to 0.3.1.
Change-Id: I7ecb8b16f0fde450516bb186aa6b035fc7c6cc73
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 95566b777b..f29e9a0ab4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18065,7 +18065,7 @@ (define-public emacs-gn-mode
(define-public emacs-gnosis
(package
(name "emacs-gnosis")
- (version "0.3.0")
+ (version "0.3.1")
(source
(origin
(method git-fetch)
@@ -18074,7 +18074,7 @@ (define-public emacs-gnosis
(commit version)))
(sha256
(base32
- "19mzyg4hg6mplv3s2kb8xiaw06zkbj7a3gvfvy51cwvb8k979ap6"))
+ "07n4v8qb3c3gszw95gvsliivpsazlkqalcls5lfgl8v7vlbvlig2"))
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-compat emacs-emacsql))
--
2.45.2
^ permalink raw reply related [flat|nested] 11+ messages in thread
* bug#72000: [PATCH 1/2] gnu: Add emacs-0x0.
2024-07-15 10:08 ` [bug#72000] [PATCH 1/2] gnu: Add emacs-0x0 Thanos Apollo
2024-07-15 10:08 ` [bug#72000] [PATCH 2/2] gnu: emacs-gnosis: Update to 0.3.1 Thanos Apollo
@ 2024-07-21 11:41 ` Nicolas Goaziou via Guix-patches via
1 sibling, 0 replies; 11+ messages in thread
From: Nicolas Goaziou via Guix-patches via @ 2024-07-21 11:41 UTC (permalink / raw)
To: Thanos Apollo
Cc: 72000-done, Katherine Cox-Buday, Liliana Marie Prikler,
Andrew Tropin
Hello,
Thanos Apollo <public@thanosapollo.org> writes:
> * gnu/packages/emacs-xyz.scm (emacs-0x0): New variable.
Applied, with slight changes. Thank you.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2024-07-21 11:43 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <a5ea83d2ef14dacce239e98f88ec6be487b4f4ae.1720423037.git.public@thanosapollo.org>
2024-07-08 7:17 ` [bug#71991] [PATCH 2/2] gnu: emacs-yeetube: Update to 2.1.7 Thanos Apollo
2024-07-08 8:05 ` Nicolas Goaziou via Guix-patches via
2024-07-08 17:44 ` [bug#71991] [PATCH] gnu: emacs-emacsql: Update to 3.1.1-2-29194a6 Thanos Apollo
2024-07-08 18:34 ` Liliana Marie Prikler
2024-07-08 18:37 ` Nicolas Goaziou via Guix-patches via
2024-07-08 19:09 ` Thanos Apollo
2024-07-15 10:08 ` [bug#72000] [PATCH 1/2] gnu: Add emacs-0x0 Thanos Apollo
2024-07-15 10:08 ` [bug#72000] [PATCH 2/2] gnu: emacs-gnosis: Update to 0.3.1 Thanos Apollo
2024-07-21 11:41 ` bug#72000: [PATCH 1/2] gnu: Add emacs-0x0 Nicolas Goaziou via Guix-patches via
2024-07-08 19:06 ` [bug#71991] [PATCH] gnu: emacs-emacsql: Update to 3.1.1-2.efddd69 Thanos Apollo
2024-07-09 8:01 ` bug#71991: " Nicolas Goaziou via Guix-patches via
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.