guix-commits
[Top][All Lists]
Advanced

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

02/24: gnu: emacs-with-editor: Update to 3.3.4.


From: guix-commits
Subject: 02/24: gnu: emacs-with-editor: Update to 3.3.4.
Date: Sat, 29 Jun 2024 04:47:12 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 09128faaea5c8af6cf2a466f09b4acdfea69ee91
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Jun 29 09:58:18 2024 +0200

    gnu: emacs-with-editor: Update to 3.3.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-with-editor): Update to 3.3.4.
    
    Change-Id: I8e01e1f87e57bc5acef065aa146f4e4ab39b0ac6
---
 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 111cea5bd5..47a2775ae4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1486,7 +1486,7 @@ configuration files, such as @file{.gitattributes}, 
@file{.gitignore}, and
 (define-public emacs-with-editor
   (package
     (name "emacs-with-editor")
-    (version "3.3.2")
+    (version "3.3.4")
     (source
      (origin
        (method git-fetch)
@@ -1495,7 +1495,7 @@ configuration files, such as @file{.gitattributes}, 
@file{.gitignore}, and
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1wzzymlka4f798m75kizjh1yvnh49y8m029c7p5pg7gbv6d0wd8a"))))
+        (base32 "1jnjd2pzx03vzimsfdcaa3d11fiqiv6hi5nrk6wj2m9qz8alnj2b"))))
     (build-system emacs-build-system)
     (arguments
      (list



reply via email to

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