[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/19: gnu: emacs-subed: Update to 1.2.3.
From: |
guix-commits |
Subject: |
05/19: gnu: emacs-subed: Update to 1.2.3. |
Date: |
Sat, 24 Jun 2023 11:43:45 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 79a58ae400caea6dbdf2a4193c732b5d3f3256b6
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Jun 24 15:27:34 2023 +0200
gnu: emacs-subed: Update to 1.2.3.
* gnu/packages/emacs-xyz.scm (emacs-subed): Update to 1.2.3.
---
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 6f4ca9afb0..227c61bf63 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8188,20 +8188,20 @@ user.")
(define-public emacs-subed
(package
(name "emacs-subed")
- (version "1.2.2")
+ (version "1.2.3")
(source (origin
(method url-fetch)
(uri (string-append "https://elpa.nongnu.org/nongnu/subed-"
version ".tar"))
(sha256
(base32
- "1xlh4kqa8516rvmzy67pzs0ghk9rc919nq5b2sywd5mvzi5spxnh"))))
+ "0np4wp7pmpayz8r9p3cl7z1i7yfq8xmkn862n9d104szf4ffk0if"))))
(arguments
(list
#:tests? #t
#:test-command #~(list "make" "test-only")))
(native-inputs
- (list emacs-buttercup))
+ (list))
(build-system emacs-build-system)
(home-page "https://elpa.nongnu.org/nongnu/subed.html")
(synopsis "Major mode for editing subtitles")
- branch master updated (d3f5c35e40 -> 42a48a11b7), guix-commits, 2023/06/24
- 08/19: gnu: emacs-ebuild-mode: Update to 1.64., guix-commits, 2023/06/24
- 05/19: gnu: emacs-subed: Update to 1.2.3.,
guix-commits <=
- 03/19: gnu: emacs-auto-compile: Update to 1.8.1., guix-commits, 2023/06/24
- 02/19: gnu: emacs-all-the-icons-completion: Update to 1.0., guix-commits, 2023/06/24
- 01/19: gnu: Add emacs-x509-mode., guix-commits, 2023/06/24
- 07/19: gnu: emacs-dtrt-indent: Update to 1.10., guix-commits, 2023/06/24
- 14/19: gnu: emacs-logos: Update to 1.1.0., guix-commits, 2023/06/24
- 10/19: gnu: emacs-ement: Update to 0.10., guix-commits, 2023/06/24
- 04/19: gnu: emacs-autothemer: Update to 0.2.18., guix-commits, 2023/06/24
- 06/19: gnu: emacs-debbugs: Update to 0.36., guix-commits, 2023/06/24
- 09/19: gnu: emacs-elixir-mode: Update to 2.4.1., guix-commits, 2023/06/24
- 11/19: gnu: emacs-engine-mode: Update to 2.2.4., guix-commits, 2023/06/24