[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/13: gnu: nano: Update to 8.3.
From: |
guix-commits |
Subject: |
03/13: gnu: nano: Update to 8.3. |
Date: |
Wed, 25 Dec 2024 17:53:34 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 4050a9b23a7f82db96a9bce4fb2ae3d7877ffdca
Author: Spencer King <spencer.king@geneoscopy.com>
AuthorDate: Tue Dec 24 23:47:18 2024 +0000
gnu: nano: Update to 8.3.
* gnu/packages/text-editors.scm (nano): Update to 8.3.
Change-Id: Ibb99371b943db8d19437306de226d222ba26b6a0
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
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 4d53c7a530..cdf17b3b69 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -789,13 +789,13 @@ OpenBSD team.")
(define-public nano
(package
(name "nano")
- (version "8.2")
+ (version "8.3")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/nano/nano-" version ".tar.xz"))
(sha256
- (base32 "1szzdw3xglhsmpy871ri0xsfvislbr9wcm0w0l1sxb1ghvfhgbfm"))))
+ (base32 "07hiixvs6g2ahm6n140kz96difsv3dm6h8wkfh7ykxr85rxp26sm"))))
(build-system gnu-build-system)
(inputs
(list gettext-minimal ncurses))
- branch master updated (097fb030f6 -> e16cdcf37d), guix-commits, 2024/12/25
- 07/13: git: Remove Guile-Git < 0.4.0 compatibility fallback., guix-commits, 2024/12/25
- 05/13: gnu: nghttp3: Update to 1.7.0., guix-commits, 2024/12/25
- 04/13: gnu: ngtcp2: Update to 1.10.0., guix-commits, 2024/12/25
- 02/13: gnu: mygnuhealth: Update to 2.2.1., guix-commits, 2024/12/25
- 03/13: gnu: nano: Update to 8.3.,
guix-commits <=
- 01/13: services: syslog: fix configuration file argument, guix-commits, 2024/12/25
- 09/13: guix download: Honor ‘--no-check-certificate’ for ‘--git’., guix-commits, 2024/12/25
- 10/13: channels: Add #:verify-certificate? and honor it., guix-commits, 2024/12/25
- 11/13: pull: Add ‘--no-check-certificate’., guix-commits, 2024/12/25
- 06/13: services: rootless-podman: Fix PATH lookup for Shepherd services., guix-commits, 2024/12/25
- 08/13: git: Allow X.509 certificate verification to be disabled., guix-commits, 2024/12/25
- 12/13: inferior: Add #:verify-certificate? to ‘cached-channel-instance’., guix-commits, 2024/12/25
- 13/13: time-machine: Add ‘--no-check-certificate’., guix-commits, 2024/12/25