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

guix_mirror_bot pushed a commit to branch master
in repository guix.

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

commit 5c3ac4d275586c4b402e850de4b8ec09af7388fa
Author: Andy Tai <[email protected]>
AuthorDate: Thu Feb 5 21:04:55 2026 -0800

    gnu: nano: Update to 8.7.1.
    
    * gnu/packages/text-editors.scm (nano): Update to 8.7.1.
    
    Change-Id: I83236e25f9eeda5108390c47b75c1ca5608a3f4c
    Signed-off-by: Nicolas Goaziou <[email protected]>
---
 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 dbd83321f4..6329161e85 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -934,13 +934,13 @@ OpenBSD team.")
 (define-public nano
   (package
     (name "nano")
-    (version "8.7")
+    (version "8.7.1")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://gnu/nano/nano-" version ".tar.xz"))
       (sha256
-       (base32 "1sc6v7q3aa3zd0mq4rnr21sm4ga5i1jnrnrzm7hvhj1ccym8glmg"))))
+       (base32 "1pyy3hnjr9g0831wcdrs18v0lh7v63yj1kaf3ljz3qpj92rdrw3n"))))
     (build-system gnu-build-system)
     (arguments
      (if (%current-target-system)

Reply via email to