all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#75076] [PATCH] gnu: nano: Update to 8.3.
@ 2024-12-24 23:48 King, Spencer via Guix-patches via
  2024-12-25 21:53 ` bug#75076: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: King, Spencer via Guix-patches via @ 2024-12-24 23:48 UTC (permalink / raw)
  To: 75076

[-- Attachment #1: Type: text/plain, Size: 0 bytes --]



[-- Attachment #2: 0001-gnu-nano-Update-to-8.3.patch --]
[-- Type: application/octet-stream, Size: 1266 bytes --]

From e0998561f5e08afc5632bf97851406c89a25465d Mon Sep 17 00:00:00 2001
Message-Id: <e0998561f5e08afc5632bf97851406c89a25465d.1735084056.git.spencer.king@geneoscopy.com>
From: Spencer King <spencer.king@geneoscopy.com>
Date: Tue, 24 Dec 2024 23:47:18 +0000
Subject: [PATCH] gnu: nano: Update to 8.3.

* gnu/packages/text-editors.scm (nano): Update to 8.3.

Change-Id: Ibb99371b943db8d19437306de226d222ba26b6a0
---
 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 4d53c7a530..cdf17b3b69 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -789,13 +789,13 @@ (define-public mg
 (define-public nano
   (package
     (name "nano")
-    (version "8.2")
+    (version "8.3")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://gnu/nano/nano-" version ".tar.xz"))
       (sha256
-       (base32 "1szzdw3xglhsmpy871ri0xsfvislbr9wcm0w0l1sxb1ghvfhgbfm"))))
+       (base32 "07hiixvs6g2ahm6n140kz96difsv3dm6h8wkfh7ykxr85rxp26sm"))))
     (build-system gnu-build-system)
     (inputs
      (list gettext-minimal ncurses))

base-commit: eb6d784852dfcade2f5052c4d6fc1bd469f3cdb6
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#75076: [PATCH] gnu: nano: Update to 8.3.
  2024-12-24 23:48 [bug#75076] [PATCH] gnu: nano: Update to 8.3 King, Spencer via Guix-patches via
@ 2024-12-25 21:53 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2024-12-25 21:53 UTC (permalink / raw)
  To: King, Spencer; +Cc: 75076-done

"King, Spencer" <spencer.king@wustl.edu> skribis:

> From e0998561f5e08afc5632bf97851406c89a25465d Mon Sep 17 00:00:00 2001
> Message-Id: <e0998561f5e08afc5632bf97851406c89a25465d.1735084056.git.spencer.king@geneoscopy.com>
> From: Spencer King <spencer.king@geneoscopy.com>
> Date: Tue, 24 Dec 2024 23:47:18 +0000
> Subject: [PATCH] gnu: nano: Update to 8.3.
>
> * gnu/packages/text-editors.scm (nano): Update to 8.3.
>
> Change-Id: Ibb99371b943db8d19437306de226d222ba26b6a0

Applied, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-12-25 21:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-24 23:48 [bug#75076] [PATCH] gnu: nano: Update to 8.3 King, Spencer via Guix-patches via
2024-12-25 21:53 ` bug#75076: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.