guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 17d7818fc5307faf48cbb102a783c0e9e59a0081
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Jan 31 15:03:28 2026 +0100

    gnu: emacs-forge: Update to 0.6.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-forge): Update to 0.6.3.
    
    Change-Id: I8cbc0a990e41ff601c15d66546d0a29bf7e1015c
---
 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 6b4c05566a..83b52c7f22 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -37458,7 +37458,7 @@ commands (a prefix and a suffix) we prefer to call it 
just a \"transient\".")
 (define-public emacs-forge
   (package
     (name "emacs-forge")
-    (version "0.6.2")
+    (version "0.6.3")
     (source
      (origin
        (method git-fetch)
@@ -37467,7 +37467,7 @@ commands (a prefix and a suffix) we prefer to call it 
just a \"transient\".")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "05clfk3w81p36v86bc169am6kp6k61phrh8pwvmzhknmar1lspln"))))
+        (base32 "0fg5r39l2y6smwkdzf0nwpa4hmgcj5mz28x8gwyvj9nfhgl4xg1j"))))
     (build-system emacs-build-system)
     (arguments
      (list

Reply via email to