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


From: guix-commits
Subject: branch master updated: gnu: nano: Update to 5.8.
Date: Tue, 15 Jun 2021 08:30:59 -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 cc1576d  gnu: nano: Update to 5.8.
cc1576d is described below

commit cc1576d54e36281a39dea0e6e5c29876d4ecc7c7
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Jun 15 14:30:49 2021 +0200

    gnu: nano: Update to 5.8.
    
    * gnu/packages/nano.scm (nano): Update to 5.8.
---
 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 bf506b2..6e5a281 100644
--- a/gnu/packages/nano.scm
+++ b/gnu/packages/nano.scm
@@ -30,13 +30,13 @@
 (define-public nano
   (package
     (name "nano")
-    (version "5.7")
+    (version "5.8")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://gnu/nano/nano-" version ".tar.xz"))
       (sha256
-       (base32 "1ynarilx0ca0a5h6hl5bf276cymyy8s9wr5l24vyy7f15v683cfl"))))
+       (base32 "133nhxg4xfxisjzi85rn2l575hdbvcax1s13l4m6wcvq5zdn6fz4"))))
     (build-system gnu-build-system)
     (inputs
      `(("gettext" ,gettext-minimal)



reply via email to

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