This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 478d38fc69 gnu: emacs-yeetube: Update to 2.1.12.
478d38fc69 is described below

commit 478d38fc6913f292fc9b8d2b887e9ab45838b6b0
Author: Thanos Apollo <[email protected]>
AuthorDate: Tue Mar 3 03:29:37 2026 +0200

    gnu: emacs-yeetube: Update to 2.1.12.
    
    * gnu/packages/emacs-xyz.scm (emacs-yeetube): Update to 2.1.12.
    [arguments]: Enable tests.
    
    Merges guix/guix!6829
    
    Change-Id: I396d7b5a1ba56933b78a5b838cc16739c2c546bf
    Signed-off-by: Cayetano Santos <[email protected]>
---
 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 14bf59bfc7..6da3c713cf 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -34748,7 +34748,7 @@ and comments.")
 (define-public emacs-yeetube
   (package
     (name "emacs-yeetube")
-    (version "2.1.11")
+    (version "2.1.12")
     (source
      (origin
        (method git-fetch)
@@ -34757,12 +34757,12 @@ and comments.")
               (commit version)))
        (sha256
         (base32
-         "0jydjijmmj1nkr4462w5j5b3hhy7ms43zpxs325mjna6f9cmylgd"))
+         "0zvbfwxq3dx14ynpafpvv1swg7hbg3k9avir9b7cymf4r5hrjnx3"))
        (file-name (git-file-name name version))))
     (build-system emacs-build-system)
     (arguments
      (list
-      #:tests? #f                       ; no tests
+      #:test-command #~(list "make" "test" "GUIX_SHELL=")
       #:phases
       #~(modify-phases %standard-phases
           (add-after 'unpack 'locate-binaries

Reply via email to