guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: nano: Update to 7.2.


From: guix-commits
Subject: branch master updated: gnu: nano: Update to 7.2.
Date: Sun, 26 Feb 2023 08:20:38 -0500

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 53a739ae5d gnu: nano: Update to 7.2.
53a739ae5d is described below

commit 53a739ae5d05c3278f09e05f0cba13d698031d92
Author: Vasile Dumitrascu via Guix-patches via <guix-patches@gnu.org>
AuthorDate: Sun Feb 26 12:59:51 2023 +0100

    gnu: nano: Update to 7.2.
    
    * gnu/packages/nano.scm (nano): Update to 7.2.
    
    Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
---
 gnu/packages/nano.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/nano.scm b/gnu/packages/nano.scm
index e386c78118..0fd08f8031 100644
--- a/gnu/packages/nano.scm
+++ b/gnu/packages/nano.scm
@@ -31,13 +31,13 @@
 (define-public nano
   (package
     (name "nano")
-    (version "7.1")
+    (version "7.2")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://gnu/nano/nano-" version ".tar.xz"))
       (sha256
-       (base32 "0dk8820w631ip6hpl7qc8kg5viw7wc154l7fvpvg06bmkcg7bfjp"))))
+       (base32 "09j5gb44yiv18fvn0iy17jnl9d5lh3gkry4kqv776a5xd0kl9ww6"))))
     (build-system gnu-build-system)
     (inputs
      (list gettext-minimal ncurses))



reply via email to

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