From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] gnu: Add dzen. Date: Wed, 1 Mar 2017 21:35:12 -0500 Message-ID: <20170302023512.GA26338@jasmine> References: <20170214002828.4311f801@gmail.com> <20170214004121.GA21528@jasmine> <20170222011010.1b94f7ae@gmail.com> <20170302023401.GC23686@jasmine> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="CUfgB8w4ZwR/yMy5" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46142) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cjGaM-0004HO-Ln for guix-devel@gnu.org; Wed, 01 Mar 2017 21:35:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cjGaI-0002rj-0L for guix-devel@gnu.org; Wed, 01 Mar 2017 21:35:18 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:57408) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cjGaH-0002rS-Sn for guix-devel@gnu.org; Wed, 01 Mar 2017 21:35:13 -0500 Content-Disposition: inline In-Reply-To: <20170302023401.GC23686@jasmine> 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" To: Mekeor Melire Cc: guix-devel@gnu.org --CUfgB8w4ZwR/yMy5 Content-Type: multipart/mixed; boundary="tThc/1wpZn/ma/RB" Content-Disposition: inline --tThc/1wpZn/ma/RB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Mar 01, 2017 at 09:34:01PM -0500, Leo Famulari wrote: > I attached a diff of the cosmetic changes I will make before pushing. I forgot to attach it. Here it is. --tThc/1wpZn/ma/RB Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=diff Content-Transfer-Encoding: quoted-printable diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 631d545fb..b015f5a35 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -1026,22 +1026,21 @@ actions, a built-in clock, a battery monitor and a = system tray.") (license license:gpl2))) =20 (define-public dzen - (let - ((commit "c3f29bc928d5900971f65965feaae59e1272a3f7") - (revision "1")) + (let ((commit "c3f29bc928d5900971f65965feaae59e1272a3f7") + (revision "1")) (package (name "dzen") - (version (string-append - "0.9.5-" ; Taken from `config.mk`. - revision "-" (string-take commit 7))) + (version (string-append "0.9.5-" ; Taken from `config.mk`. + revision "." (string-take commit 7))) (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/robm/dzen.git") (commit commit))) (file-name (string-append name "-" version)) - (sha256 (base32 - "0y47d6ii87vf4a517gi4fh0yl06f8b085sra77immnsasbq9px= nw")))) + (sha256 + (base32 + "0y47d6ii87vf4a517gi4fh0yl06f8b085sra77immnsasbq9pxnw")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; No test suite. --tThc/1wpZn/ma/RB-- --CUfgB8w4ZwR/yMy5 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAli3hOAACgkQJkb6MLrK fwixXRAA6sB+uKMXOQJ1WPI/tBpGYjHc/ZcYppJ3MvpvfHmkR1eQcvd1u50uGtgJ DuIAP6b8GvCWgna+gjdFk/Ic3Mk8nn+t5DgrwsQXT2E/Xy6rZF80ILcvj3k9l0O6 LzPEpxyADuzp7w20fhEqq8T5x+rLMWNuNi1UG45mXy9ehSd5Iw0ICnU3H35ClQrA zJ7xyF6HIoHcJm30rDjF+DpEQL423uGyzNE0Z+pop9LGnUb6WYjy5P87VB5oaIHQ yCwTSsG7pGDf1hgmZHe+f+hQtjVqba3ldyqIrC5Hkp2buftfsH072My4z6Fbhhgc 5nFynZpWrpe8IK9wf2oro32VZ8giAzcmBhbGmmNrDm3QFyQzhtF1vnosMO5DyaSH ubc96rwd42ghp20SVmRP/m+hWOvq1M8rOqOE0QKJcBoQ1VWfl7avqZYmv7ugqzsk EU4/zHpb0AqyixriuVUJpBwhSpPaSKCldUVD2uIuxYOa61vFFkv7LqDv+Fzf5JeC am/mHRVlifbeVX3MMH3CTH1Pj0CNct3/Xa+9n7OH8yT3QHbUsh+fq1W+sFqZH/PC s3oq5rk9EHQFc5LcF0isFuOuNEjiIyuoDwHHh6kqDYWLynNaAuBDaeNMHTXNIBwQ zgvJ9HhHqr6uskt+MPFVft6+yzuH1bqTRexXyyRWfMD6mk83k0k= =ptYv -----END PGP SIGNATURE----- --CUfgB8w4ZwR/yMy5--