[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
- branch master updated (d6931b3300 -> 647524d308), guix-commits, 2024/06/29
- 02/24: gnu: emacs-with-editor: Update to 3.3.4.,
guix-commits <=
- 05/24: gnu: emacs-auto-compile: Update to 2.0.2., guix-commits, 2024/06/29
- 03/24: gnu: emacs-minions: Update to 1.0.1., guix-commits, 2024/06/29
- 11/24: gnu: emacs-org: Update to 9.7.6., guix-commits, 2024/06/29
- 24/24: gnu: emacs-nano-modeline: Update to 1.1.0., guix-commits, 2024/06/29
- 15/24: gnu: emacs-dtrt-indent: Update to 1.18., guix-commits, 2024/06/29
- 16/24: gnu: emacs-notmuch-maildir: Update to 0.2.3., guix-commits, 2024/06/29
- 06/24: gnu: emacs-paren-face: Update to 1.1.1., guix-commits, 2024/06/29
- 14/24: gnu: emacs-deadgrep: Update to 0.13., guix-commits, 2024/06/29
- 09/24: gnu: emacs-jinx: Update to 1.8., guix-commits, 2024/06/29
- 21/24: gnu: emacs-orglink: Update to 1.2.3., guix-commits, 2024/06/29