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 1f2853516f gnu: emacs-lem: Update to 0.23.
1f2853516f is described below

commit 1f2853516f696594b6d2b026d9054a26bba2d3c2
Author: Cayetano Santos <[email protected]>
AuthorDate: Tue Jul 15 11:57:40 2025 +0200

    gnu: emacs-lem: Update to 0.23.
    
    * gnu/packages/emacs-xyz.scm (emacs-lem): Update to 0.23.
    [propagated-inputs]: Remove duplicated emacs-fedi.
    
    Change-Id: I50aa826918417cff3ec7120296653eb64f05d8fc
    Signed-off-by: jgart <[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 c9e7a50062..aea768804b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3259,7 +3259,7 @@ prover, version 4.")
 (define-public emacs-lem
   (package
     (name "emacs-lem")
-    (version "0.22")
+    (version "0.23")
     (source
      (origin
        (method git-fetch)
@@ -3269,14 +3269,14 @@ prover, version 4.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "12g16gq9qawhlj92jgxr2l7xcc0ikvmwsygjcr3qyxy0bawynzr8"))))
+         "0mi4s4zaq1dam6bnmxlyc22k0nh3wpgar8lwijd0fksylnwjzzwy"))))
     (build-system emacs-build-system)
     (arguments
      (list
       #:tests? #f ; no tests
       #:lisp-directory "lisp"))
     (propagated-inputs
-     (list emacs-fedi emacs-markdown-mode emacs-fedi))
+     (list emacs-fedi emacs-markdown-mode))
     (home-page "https://codeberg.org/martianh/lem.el";)
     (synopsis "Emacs client for Lemmy")
     (description "@code{lem.el} is an Emacs client for Lemmy, the federated 
link

Reply via email to