guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: emacs-forge: Update to 0.3.2.


From: guix-commits
Subject: 05/05: gnu: emacs-forge: Update to 0.3.2.
Date: Thu, 13 Oct 2022 16:20:53 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit bf5e83aeabcd97b0bc4d617379c667cd30522687
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Oct 13 22:03:04 2022 +0200

    gnu: emacs-forge: Update to 0.3.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-forge): Update to 0.3.2.
---
 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 1a5b7a83b1..6651e70ba7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -26782,7 +26782,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.1")
+     (version "0.3.2")
      (source
       (origin
         (method git-fetch)
@@ -26791,7 +26791,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 "112mghydfzrbiwnzrb2f9d74y6ja702157p66ss94kqps0lj7rkp"))))
+         (base32 "0p1jlq169hpalhzmjm3h4q3x5xr9kdmz0qig8jwfvisyqay5vbih"))))
      (build-system emacs-build-system)
      (arguments
       `(#:tests? #f                     ;no tests



reply via email to

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