From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:59719) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gtGrA-0002hp-8J for guix-patches@gnu.org; Mon, 11 Feb 2019 14:03:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gtGr8-00006i-H9 for guix-patches@gnu.org; Mon, 11 Feb 2019 14:03:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:44819) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gtGr8-00006a-E1 for guix-patches@gnu.org; Mon, 11 Feb 2019 14:03:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gtGr8-0002J1-3L for guix-patches@gnu.org; Mon, 11 Feb 2019 14:03:02 -0500 Subject: [bug#34443] [PATCH] gnu: diffoscope: Update to 111. Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:53315) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gtGR0-0000Q5-TN for guix-patches@gnu.org; Mon, 11 Feb 2019 13:36:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gtGR0-0003GD-8n for guix-patches@gnu.org; Mon, 11 Feb 2019 13:36:02 -0500 Received: from cascadia.aikidev.net ([173.255.214.101]:55536) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gtGR0-0003Fh-2o for guix-patches@gnu.org; Mon, 11 Feb 2019 13:36:02 -0500 Received: from localhost (unknown [IPv6:2600:3c01:e000:21:21:21:0:100e]) (Authenticated sender: vagrant@aikidev.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id A768A1AA27 for ; Mon, 11 Feb 2019 10:35:58 -0800 (PST) From: Vagrant Cascadian Date: Mon, 11 Feb 2019 10:35:52 -0800 Message-ID: <87bm3i41h3.fsf@ponder> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 34443@debbugs.gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable * gnu/packages/package-management (diffoscope): Update to 111. =2D-- gnu/packages/package-management.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-man= agement.scm index 2e69cd151..9714fe230 100644 =2D-- a/gnu/packages/package-management.scm +++ b/gnu/packages/package-management.scm @@ -541,13 +541,13 @@ transactions from C or Python.") (define-public diffoscope (package (name "diffoscope") =2D (version "106") + (version "111") (source (origin (method url-fetch) (uri (pypi-uri name version)) (sha256 (base32 =2D "0qrfp7nha2n2s9h5ibcf7rqji1amh4cqbcf80m6anim6p3ik26da"))= )) + "0sgqx3n0ny75bvcw10pfx61z67mdk5hx3mblw4gqnn2h9vc74qz1")))) (build-system python-build-system) (arguments `(#:phases (modify-phases %standard-phases =2D-=20 2.20.1 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCXGHAiQAKCRDcUY/If5cW qlpXAP9urgqBNTT2B287bfNygXtPi8EeRc0we64WH9SDnWwMJwEAt2tBqSxbtJHc BSmBlpkmopN2khEK5XcafUWE3RdDiwg= =GqKb -----END PGP SIGNATURE----- --=-=-=--