guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-with-editor: Update to 3.1.1.


From: guix-commits
Subject: branch master updated: gnu: emacs-with-editor: Update to 3.1.1.
Date: Sat, 08 Jan 2022 11:31:56 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3873e66ab0 gnu: emacs-with-editor: Update to 3.1.1.
3873e66ab0 is described below

commit 3873e66ab0abec0131015b2270c6443c7ec70904
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Jan 8 17:31:13 2022 +0100

    gnu: emacs-with-editor: Update to 3.1.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-with-editor): Update to 3.1.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 2609b6925b..9964e7d233 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -675,7 +675,7 @@ configuration files, such as @file{.gitattributes}, 
@file{.gitignore}, and
 (define-public emacs-with-editor
   (package
     (name "emacs-with-editor")
-    (version "3.1.0")
+    (version "3.1.1")
     (source
      (origin
        (method git-fetch)
@@ -684,7 +684,7 @@ configuration files, such as @file{.gitattributes}, 
@file{.gitignore}, and
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0m4ckp2ljnkws0bhg1wxlhqdln8kq33qg00qmhhik8ihh02sywnl"))))
+        (base32 "06a66119rp5vfqdzqk10df3qyh9jvjl6j3pqm03jy0b110v2bfa8"))))
     (build-system emacs-build-system)
     (arguments
      `(#:phases



reply via email to

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