guix-commits
[Top][All Lists]
Advanced

[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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]