* [PATCH] gnu: nano: Update to 2.7.0.
@ 2016-09-04 5:13 rennes
2016-09-04 20:49 ` Leo Famulari
0 siblings, 1 reply; 2+ messages in thread
From: rennes @ 2016-09-04 5:13 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1: Type: text/plain, Size: 119 bytes --]
This is a patch to update the version of nano to 2.7.0.
Built, linted and tested on Linux and the Hurd systems.
Thanks
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-nano-Update-to-2.7.0.patch --]
[-- Type: text/x-diff; name=0001-gnu-nano-Update-to-2.7.0.patch, Size: 1292 bytes --]
From 285a74b1de29f4aa97cfbaf95c3d9ab2d9a4b955 Mon Sep 17 00:00:00 2001
From: Rene Saavedra <rennes@openmailbox.org>
Date: Sun, 4 Sep 2016 00:05:11 -0500
Subject: [PATCH] gnu: nano: Update to 2.7.0.
* gnu/packages/nano.scm (nano): Update to 2.7.0.
---
gnu/packages/nano.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/nano.scm b/gnu/packages/nano.scm
index eabfaa5..3c4c699 100644
--- a/gnu/packages/nano.scm
+++ b/gnu/packages/nano.scm
@@ -1,6 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2012 Nikita Karetnikov <nikita@karetnikov.org>
;;; Copyright © 2015, 2016 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2016 Rene Saavedra <rennes@openmailbox.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -28,7 +29,7 @@
(define-public nano
(package
(name "nano")
- (version "2.5.3")
+ (version "2.7.0")
(source
(origin
(method url-fetch)
@@ -36,7 +37,7 @@
version ".tar.gz"))
(sha256
(base32
- "1vhjrcydcfxqq1719vcsvqqnbjbq2523m00dhzag5vwzkc961c5j"))))
+ "1hzazcrbwjqiw89jjvlj97q0wf385qqkzcm0870pdrixiv7yklax"))))
(build-system gnu-build-system)
(inputs
`(("gettext" ,gnu-gettext)
--
2.6.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] gnu: nano: Update to 2.7.0.
2016-09-04 5:13 [PATCH] gnu: nano: Update to 2.7.0 rennes
@ 2016-09-04 20:49 ` Leo Famulari
0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2016-09-04 20:49 UTC (permalink / raw)
To: rennes; +Cc: guix-devel
On Sun, Sep 04, 2016 at 12:13:43AM -0500, rennes@openmailbox.org wrote:
> From 285a74b1de29f4aa97cfbaf95c3d9ab2d9a4b955 Mon Sep 17 00:00:00 2001
> From: Rene Saavedra <rennes@openmailbox.org>
> Date: Sun, 4 Sep 2016 00:05:11 -0500
> Subject: [PATCH] gnu: nano: Update to 2.7.0.
>
> * gnu/packages/nano.scm (nano): Update to 2.7.0.
Thanks! Pushed as f7c9b01f29a3e7a347b9b47db06a7cf1746df521
>
> ---
> gnu/packages/nano.scm | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/nano.scm b/gnu/packages/nano.scm
> index eabfaa5..3c4c699 100644
> --- a/gnu/packages/nano.scm
> +++ b/gnu/packages/nano.scm
> @@ -1,6 +1,7 @@
> ;;; GNU Guix --- Functional package management for GNU
> ;;; Copyright ?? 2012 Nikita Karetnikov <nikita@karetnikov.org>
> ;;; Copyright ?? 2015, 2016 Efraim Flashner <efraim@flashner.co.il>
> +;;; Copyright ?? 2016 Rene Saavedra <rennes@openmailbox.org>
> ;;;
> ;;; This file is part of GNU Guix.
> ;;;
> @@ -28,7 +29,7 @@
> (define-public nano
> (package
> (name "nano")
> - (version "2.5.3")
> + (version "2.7.0")
> (source
> (origin
> (method url-fetch)
> @@ -36,7 +37,7 @@
> version ".tar.gz"))
> (sha256
> (base32
> - "1vhjrcydcfxqq1719vcsvqqnbjbq2523m00dhzag5vwzkc961c5j"))))
> + "1hzazcrbwjqiw89jjvlj97q0wf385qqkzcm0870pdrixiv7yklax"))))
> (build-system gnu-build-system)
> (inputs
> `(("gettext" ,gnu-gettext)
> --
> 2.6.3
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-09-04 20:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-04 5:13 [PATCH] gnu: nano: Update to 2.7.0 rennes
2016-09-04 20:49 ` Leo Famulari
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).