[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/22: gnu: xnedit: Update to 1.5.1.
From: |
guix-commits |
Subject: |
02/22: gnu: xnedit: Update to 1.5.1. |
Date: |
Mon, 25 Sep 2023 06:32:00 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 2987a4993f0d3406991ac53433a9433c3ffeea79
Author: Andy Tai <atai@atai.org>
AuthorDate: Tue Sep 19 22:22:57 2023 -0700
gnu: xnedit: Update to 1.5.1.
* gnu/packages/text-editors.scm (xnedit): Update to 1.5.1.
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
gnu/packages/text-editors.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index 44c5754d6d..7696217829 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -1465,14 +1465,14 @@ highlighting for dozens of languages. Jed is very
small and fast.")
(define-public xnedit
(package
(name "xnedit")
- (version "1.5.0")
+ (version "1.5.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/xnedit/" name "-"
version ".tar.gz"))
(sha256
(base32
- "09wvhg7rywfj7njl2fkzdhgwlgxw358423yiv2ay3k5zhbysxfik"))))
+ "14irfn9izkbd72yynfy634vc9pk2kmhkdmzb2w9al44wfzixlal3"))))
(build-system gnu-build-system)
(arguments
- 15/22: gnu: bemenu: Update to 0.6.16., (continued)
- 15/22: gnu: bemenu: Update to 0.6.16., guix-commits, 2023/09/25
- 16/22: gnu: sigrok-firmware-fx2lafw: Rely on implicit inputs., guix-commits, 2023/09/25
- 17/22: gnu: sigrok-firmware-fx2lafw: Remove input labels., guix-commits, 2023/09/25
- 19/22: gnu: sigrok-firmware-fx2lafw: Explicitly disable tests., guix-commits, 2023/09/25
- 20/22: gnu: sigrok-firmware-fx2lafw: Update to 0.1.7-1.96b0b47., guix-commits, 2023/09/25
- 06/22: gnu: kiwix-tools: Update to 3.5.0., guix-commits, 2023/09/25
- 08/22: gnu: dos2unix: Update to 7.5.1., guix-commits, 2023/09/25
- 21/22: gnu: stcgal: Update to 1.10., guix-commits, 2023/09/25
- 18/22: gnu: sigrok-firmware-fx2lafw: Adjust format., guix-commits, 2023/09/25
- 22/22: gnu: wine and wine64: Update to 8.16, guix-commits, 2023/09/25
- 02/22: gnu: xnedit: Update to 1.5.1.,
guix-commits <=