guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: emacs-forge: Update to 0.3.1.


From: guix-commits
Subject: 01/02: gnu: emacs-forge: Update to 0.3.1.
Date: Fri, 18 Feb 2022 05:40:33 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit a563443771578d73c25039871b2241cecd81a6a5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Feb 18 11:05:03 2022 +0100

    gnu: emacs-forge: Update to 0.3.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-forge): Update to 0.3.1.
---
 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 36e0232ee7..3dbe721d85 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24806,7 +24806,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.0")
+     (version "0.3.1")
      (source
       (origin
         (method git-fetch)
@@ -24815,7 +24815,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 "15zm5azgl8gyd91i40a00ih4s2iwg1r8007n2gcfnmi6m4b7s0ak"))))
+         (base32 "112mghydfzrbiwnzrb2f9d74y6ja702157p66ss94kqps0lj7rkp"))))
      (build-system emacs-build-system)
      (arguments
       `(#:tests? #f                     ;no tests



reply via email to

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