[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/53: gnu: emacs-subed: Update to 1.2.11.
From: |
guix-commits |
Subject: |
03/53: gnu: emacs-subed: Update to 1.2.11. |
Date: |
Mon, 1 Jan 2024 20:25:59 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit 6ca99feaf5cd871bacd320744c3d86322051b1e8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jan 1 18:26:10 2024 +0100
gnu: emacs-subed: Update to 1.2.11.
* gnu/packages/emacs-xyz.scm (emacs-subed): Update to 1.2.11.
Change-Id: Ib3838ec91afdeefef267df49394ee4b1f75fa63a
---
gnu/packages/emacs-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 51d7b88d22..23d52d6be7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14,7 +14,7 @@
;;; Copyright © 2016, 2017 Roel Janssen <roel@gnu.org>
;;; Copyright © 2016, 2017 Nikita <nikita@n0.is>
;;; Copyright © 2016, 2019 Alex Griffin <a@ajgrf.com>
-;;; Copyright © 2016-2023 Nicolas Goaziou <mail@nicolasgoaziou.fr>
+;;; Copyright © 2016-2024 Nicolas Goaziou <mail@nicolasgoaziou.fr>
;;; Copyright © 2016, 2017, 2018 Alex Vong <alexvong1995@gmail.com>
;;; Copyright © 2016-2022 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2017 Christopher Baines <mail@cbaines.net>
@@ -8749,14 +8749,14 @@ user.")
(define-public emacs-subed
(package
(name "emacs-subed")
- (version "1.2.7")
+ (version "1.2.11")
(source (origin
(method url-fetch)
(uri (string-append "https://elpa.nongnu.org/nongnu/subed-"
version ".tar"))
(sha256
(base32
- "1rvc17pvig3ihc74d7i25kl3lnigp0h8lh634x0676hdx38h91ib"))))
+ "1dlh7vd8kc16wr9sqd3v7kkxfvqadi56pa52h35b86krndh4vazp"))))
(arguments
(list
#:tests? #t
- branch master updated (ee0cf3b9ff -> f2102cb5b9), guix-commits, 2024/01/01
- 02/53: gnu: emacs-auctex: Update to 13.2.3., guix-commits, 2024/01/01
- 01/53: gnu: emacs-rec-mode: Update to 1.9.3., guix-commits, 2024/01/01
- 05/53: gnu: emacs-kind-icon: Update to 0.2.1., guix-commits, 2024/01/01
- 03/53: gnu: emacs-subed: Update to 1.2.11.,
guix-commits <=
- 04/53: gnu: emacs-eldoc: Update to 1.15.0., guix-commits, 2024/01/01
- 06/53: gnu: emacs-tramp: Update to 2.6.2.0., guix-commits, 2024/01/01
- 08/53: gnu: emacs-vertico-posframe: Update to 0.7.5., guix-commits, 2024/01/01
- 14/53: gnu: emacs-cape: Update to 1.1., guix-commits, 2024/01/01
- 11/53: gnu: emacs-buttercup: Update to 1.33., guix-commits, 2024/01/01
- 12/53: gnu: emacs-async: Update to 1.9.8., guix-commits, 2024/01/01
- 16/53: gnu: emacs-clj-refactor: Update to 3.11.2., guix-commits, 2024/01/01
- 18/53: gnu: emacs-code-cells: Update to 0.4., guix-commits, 2024/01/01
- 27/53: gnu: emacs-emms-print-metadata: Update to 17., guix-commits, 2024/01/01
- 28/53: gnu: emacs-geiser: Update to 0.30., guix-commits, 2024/01/01