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

efraim pushed a commit to branch master
in repository guix.

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

commit 08d5341b1f8cc129f545ca6c62e36e06e17091bf
Author: Efraim Flashner <[email protected]>
AuthorDate: Tue Mar 24 15:47:58 2020 +0200

    gnu: nano: Update to 4.9.
    
    * gnu/packages/nano.scm (nano): Update to 4.9.
---
 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 ff7abfa..bdc73a9 100644
--- a/gnu/packages/nano.scm
+++ b/gnu/packages/nano.scm
@@ -30,13 +30,13 @@
 (define-public nano
   (package
     (name "nano")
-    (version "4.8")
+    (version "4.9")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://gnu/nano/nano-" version ".tar.xz"))
       (sha256
-       (base32 "0qwf4ld0fl2bpnjh23z2pq7wcs6d14m2364360xmf7dbd0fgcj63"))))
+       (base32 "19ik88b3g0d9xwav4hkai2h1acmjy5fdnh21gdc1mjq5s4lrff8f"))))
     (build-system gnu-build-system)
     (inputs
      `(("gettext" ,gettext-minimal)

Reply via email to