ngz pushed a commit to branch master
in repository guix.

commit 9ba254c7b96b3d57eae5d0fe181a155cad32ea21
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Sep 15 09:20:38 2024 +0200

    gnu: emacs-forge: Update to 0.4.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-forge): Update to 0.4.3.
    
    Change-Id: I6c03b86be15ffa3772e3734a5a3b075a390b6182
---
 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 aafe5da9ff..5cc6bbde27 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -32424,7 +32424,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.4.1")
+     (version "0.4.3")
      (source
       (origin
         (method git-fetch)
@@ -32433,7 +32433,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 "1kn3n1a6gdsd0l2v831sh43cly4p8s1snn494gdd23cw4jkk3qsv"))))
+         (base32 "1hygvyjpbbgv779rypy65qwq55gddbc5wz2j19h05pbr4yhf51jk"))))
      (build-system emacs-build-system)
      (arguments
       `(#:tests? #f                     ;no tests

Reply via email to