guix-commits
[Top][All Lists]
Advanced

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

09/10: gnu: emacs-forge: Update to 0.4.1.


From: guix-commits
Subject: 09/10: gnu: emacs-forge: Update to 0.4.1.
Date: Mon, 19 Aug 2024 13:52:19 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 870f8b3a80a06435ab174df42309a9085771d762
Author: Ashish SHUKLA <ashish.is@lostca.se>
AuthorDate: Fri Aug 16 14:09:30 2024 +0200

    gnu: emacs-forge: Update to 0.4.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-forge): Update to 0.4.1.
    
    Change-Id: I7e08f0a27af5eb4b6a8516183aecf799a2198068
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 a1079eb267..d01c40a049 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -32124,7 +32124,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.3.2")
+     (version "0.4.1")
      (source
       (origin
         (method git-fetch)
@@ -32133,7 +32133,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 "0p1jlq169hpalhzmjm3h4q3x5xr9kdmz0qig8jwfvisyqay5vbih"))))
+         (base32 "1kn3n1a6gdsd0l2v831sh43cly4p8s1snn494gdd23cw4jkk3qsv"))))
      (build-system emacs-build-system)
      (arguments
       `(#:tests? #f                     ;no tests



reply via email to

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