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 5.1.


From: guix-commits
Subject: branch master updated: gnu: nano: Update to 5.1.
Date: Wed, 12 Aug 2020 06:45:44 -0400

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 5b893f4  gnu: nano: Update to 5.1.
5b893f4 is described below

commit 5b893f43982f95e8d4d5fdf0ec3b9cf16017fb4e
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Aug 12 12:45:04 2020 +0200

    gnu: nano: Update to 5.1.
    
    * gnu/packages/nano.scm (nano): Update to 5.1.
---
 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 e8d890f..bae2eb9 100644
--- a/gnu/packages/nano.scm
+++ b/gnu/packages/nano.scm
@@ -30,13 +30,13 @@
 (define-public nano
   (package
     (name "nano")
-    (version "5.0")
+    (version "5.1")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://gnu/nano/nano-" version ".tar.xz"))
       (sha256
-       (base32 "0dmagj4p1llb1a2w0iwdrqbd9cgp0bda4s18vwh6y1ndd6z983bw"))))
+       (base32 "1rkf5bcna12xc37fpxpaxbjbd17w3424zz0nbl4n0ka087rldz4y"))))
     (build-system gnu-build-system)
     (inputs
      `(("gettext" ,gettext-minimal)



reply via email to

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