From mboxrd@z Thu Jan 1 00:00:00 1970 From: Efraim Flashner Subject: Re: [PATCH 1/7] gnu: ncdu: Update to 1.11. Date: Thu, 10 Sep 2015 20:53:49 +0300 Message-ID: <20150910205349.4c83952d@debian-netbook> References: <1441892864-20745-1-git-send-email-efraim@flashner.co.il> <1441892864-20745-2-git-send-email-efraim@flashner.co.il> <87zj0up7eh.fsf@openmailbox.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; boundary="Sig_/RNTD./a1qPADHkqfaLSG7bC"; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45192) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Za64p-0004HH-6W for guix-devel@gnu.org; Thu, 10 Sep 2015 13:56:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Za64n-0004Iu-QB for guix-devel@gnu.org; Thu, 10 Sep 2015 13:56:03 -0400 In-Reply-To: <87zj0up7eh.fsf@openmailbox.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Mathieu Lirzin Cc: guix-devel@gnu.org --Sig_/RNTD./a1qPADHkqfaLSG7bC Content-Type: multipart/mixed; boundary="MP_/MXzcu1V2D2wLjfMeDZbUE7g" --MP_/MXzcu1V2D2wLjfMeDZbUE7g Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Thu, 10 Sep 2015 18:26:46 +0200 Mathieu Lirzin wrote: > Efraim Flashner writes: >=20 > > * gnu/packages/ncdu.scm (ncdu): Update to 1.11. > > --- > > gnu/packages/ncdu.scm | 6 +++--- > > 1 file changed, 3 insertions(+), 3 deletions(-) > > > > diff --git a/gnu/packages/ncdu.scm b/gnu/packages/ncdu.scm > > index 6c3d617..0b3fc66 100644 > > --- a/gnu/packages/ncdu.scm > > +++ b/gnu/packages/ncdu.scm > > @@ -27,14 +27,14 @@ > > (define-public ncdu > > (package > > (name "ncdu") > > - (version "1.10") > > + (version "1.11") > > (source (origin >=20 >=20 > > (method url-fetch) > > (uri (string-append "http://dev.yorhel.nl/download/ncdu-" > > version ".tar.gz")) > > (sha256 > > (base32 > > - "0rqc5wpqcbfqpcwxgh3jxwa0yw2py0hv0acpsf0a9g6v9144m6gm")))) > > + "0yxv87hpal05p6nii6rlnai5a8958689l9vz020w4qvlwiragbnh")))) >=20 > Not related to this update but guix lint report undesired tabulations on > these lines. It's fine to silently untabify them with this commit. >=20 > > (inputs > > `(("ncurses" ,ncurses))) > > (build-system gnu-build-system) > > @@ -44,5 +44,5 @@ run on a remote server where you don't have an entire > > graphical setup, but have to do with a simple SSH connection. ncdu aims > > to be fast, simple and easy to use, and should be able to run in any > > minimal POSIX-like environment with ncurses installed.") > > - (license (x11-style > > "http://g.blicky.net/ncdu.git/plain/COPYING?id=3Dv1.10")) > > + (license (x11-style > > "http://g.blicky.net/ncdu.git/plain/COPYING?id=3Dv1.11")) >=20 > Since it has high probability to change every next version, I will be in > favor of this >=20 > (license (x11-style > (string-append > "http://g.blicky.net/ncdu.git/plain/COPYING?id=3Dv" version))) >=20 > Maybe there is something with doing that, what do others think? >=20 > -- > Mathieu Lirzin --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --MP_/MXzcu1V2D2wLjfMeDZbUE7g Content-Type: text/x-patch Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename=0001-gnu-ncdu-Update-to-1.11.patch =46rom 81c1868e2e38ba1c006f276e86f99d1b7bae9c85 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Thu, 10 Sep 2015 15:57:23 +0300 Subject: [PATCH 1/7] gnu: ncdu: Update to 1.11. * gnu/packages/ncdu.scm (ncdu): Update to 1.11. --- gnu/packages/ncdu.scm | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/gnu/packages/ncdu.scm b/gnu/packages/ncdu.scm index 6c3d617..b5c1522 100644 --- a/gnu/packages/ncdu.scm +++ b/gnu/packages/ncdu.scm @@ -27,14 +27,14 @@ (define-public ncdu (package (name "ncdu") - (version "1.10") + (version "1.11") (source (origin - (method url-fetch) - (uri (string-append "http://dev.yorhel.nl/download/ncdu-" - version ".tar.gz")) - (sha256 - (base32 - "0rqc5wpqcbfqpcwxgh3jxwa0yw2py0hv0acpsf0a9g6v9144m6gm")))) + (method url-fetch) + (uri (string-append "http://dev.yorhel.nl/download/ncdu-" + version ".tar.gz")) + (sha256 + (base32 + "0yxv87hpal05p6nii6rlnai5a8958689l9vz020w4qvlwiragbnh")))) (inputs `(("ncurses" ,ncurses))) (build-system gnu-build-system) @@ -44,5 +44,7 @@ run on a remote server where you don't have an entire gra= phical setup, but have to do with a simple SSH connection. ncdu aims to be fast, simple and easy = to use, and should be able to run in any minimal POSIX-like environment with ncurses installed.") - (license (x11-style "http://g.blicky.net/ncdu.git/plain/COPYING?id=3Dv1= .10")) + (license (x11-style=20 + (string-append "http://g.blicky.net/ncdu.git/plain/COPYING?id= =3Dv" + version))) (home-page "http://dev.yorhel.nl/ncdu"))) --=20 2.5.1 --MP_/MXzcu1V2D2wLjfMeDZbUE7g-- --Sig_/RNTD./a1qPADHkqfaLSG7bC Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCgAGBQJV8cOtAAoJEPTB05F+rO6TYdcQAInnMW0kdeq49zh/CS02UaaI IkVWoMR2Ej08gIFw0SHfYG0x1CRzcYm4/EMZzSHE/sgd8PE0DtUp+4TnhaUB/GUf px2Q73Z2I4ifN4mDz8slE2yQ+Ov6aYPt+xF0bHlAYO0bIDRvkbPu2pLtCS4ypU9Z o9dYY39s+4RUFdinv8N346OH9JDFrUplqV6SgQ1RhmnjQ8lG3Qip2Mab9siaiWf9 gOiDMk+EJTFZdTeJofBUbeQxtm8fgkicwvX3xlsxI5t3VTHxi//Ep929tKp0L3tn i5eMBnysg+X/GFusT/mc/7OXQBPrX/XSUW5Ql0ekpSQ/mi8Vo/htet0VjESJAgtI 6pE/ek9DXRMXDfS1OX/J+H9x2NoW4Bssz8y9dv/KRnuWpgcGXrg+T3jy3JL/qyTB s8KejfvxUxd22Z5VED+eV9czAwLgXEBHL+Oq2wSt9FQ+aFmJ9lJCRRVw2Zbs9BfN m9JT8SR24YAgeMvPVmKquU0FIcPbvgyzxdYzf6n3KQ+8VbjYQgY7rvmYQlkWEL6m 44NUX0m3DC7QgTZnSNZNKY3MbA9SEuNfB0ofX7xOfKEDXao6osqYQiFLd9fksIGl g1R8JP7GVY38M510M9LchRmKJcibMjI0SGTxwUDWEujZ7L1DwZsfKvVNyeXU/O4m J+qZ24b/k/dr80pZqg8X =2R+f -----END PGP SIGNATURE----- --Sig_/RNTD./a1qPADHkqfaLSG7bC--