guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

40/42: gnu: emacs-yeetube: Update to 2.0.4.


From: guix-commits
Subject: 40/42: gnu: emacs-yeetube: Update to 2.0.4.
Date: Tue, 3 Oct 2023 16:54:53 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 81fea9f445fc71f4b2a31d61c4b0321d871f9f6d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Oct 3 21:46:08 2023 +0200

    gnu: emacs-yeetube: Update to 2.0.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-yeetube): Update to 2.0.4.
    [source]<origin>: Update URI.
    [home-page]: Update it, too.
---
 gnu/packages/emacs-xyz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ca4185a44e..418c14751f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27920,21 +27920,21 @@ and comments.")
 (define-public emacs-yeetube
   (package
    (name "emacs-yeetube")
-   (version "1.4.2")
+   (version "2.0.4")
    (source
     (origin
      (method git-fetch)
      (uri (git-reference
-           (url "https://git.sr.ht/~thanosapollo/yeetube.el";)
+           (url "https://git.thanosapollo.com/yeetube";)
            (commit version)))
      (sha256
       (base32
-       "0vfap6sri6qnswrjsp6qvmrp98bvrfh58gwdqbjiakq1fzvcrm03"))
+       "175yz46gql27y2v02apa1zyzgparzpgrsmw1mbb1nlx0cnf7an79"))
      (file-name (git-file-name name version))))
    (build-system emacs-build-system)
    (inputs
     (list mpv yt-dlp))
-   (home-page "https://sr.ht/~thanosapollo/yeetube.el";)
+   (home-page "https://thanosapollo.com/blog/yeetube/";)
    (synopsis "Youtube & Invidious front-end for Emacs")
    (description
     "This package offers an Emacs interface that allows you to search YouTube



reply via email to

[Prev in Thread] Current Thread [Next in Thread]