From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:46711) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1grHRD-0006wc-DU for guix-patches@gnu.org; Wed, 06 Feb 2019 02:16:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1grHRC-00044h-LQ for guix-patches@gnu.org; Wed, 06 Feb 2019 02:16:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:34677) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1grHRC-00044a-FB for guix-patches@gnu.org; Wed, 06 Feb 2019 02:16:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1grHRC-0008Qo-4k for guix-patches@gnu.org; Wed, 06 Feb 2019 02:16:02 -0500 Subject: [bug#34342] [PATCH] gnu: pelican: Update to 4.0.1 Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:46566) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1grHR2-0006s2-C3 for guix-patches@gnu.org; Wed, 06 Feb 2019 02:15:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1grHR1-0003zA-Nb for guix-patches@gnu.org; Wed, 06 Feb 2019 02:15:52 -0500 Received: from cascadia.aikidev.net ([173.255.214.101]:49036) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1grHR1-0003uQ-HU for guix-patches@gnu.org; Wed, 06 Feb 2019 02:15:51 -0500 Received: from localhost (unknown [IPv6:2600:3c01:e000:21:21:21:0:100e]) (Authenticated sender: vagrant@cascadia.debian.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id 5C2441AAC0 for ; Tue, 5 Feb 2019 23:15:40 -0800 (PST) From: Vagrant Cascadian Date: Tue, 05 Feb 2019 23:15:34 -0800 Message-ID: <877eed2xrd.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: 34342@debbugs.gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable * gnu/packages/python.scm (pelican): Update to 4.0.1. =2D-- gnu/packages/python-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index a8239792f6..49a24f338d 100644 =2D-- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -2551,14 +2551,14 @@ interested parties to subscribe to events, or \"sig= nals\".") (define-public pelican (package (name "pelican") =2D (version "3.7.1") + (version "4.0.1") (source (origin (method url-fetch) (uri (pypi-uri "pelican" version)) (sha256 (base32 =2D "12spygavv9b6xpb5pgp7f0p3z0mms60nx6zrpx1yfkj68zz4flra")))) + "05yda7n6r0ll18fpdjzkzyr0ls8hbb86fnjyb33k9jvv5avah2lr")))) (build-system python-build-system) (propagated-inputs `(("python-feedgenerator" ,python-feedgenerator) =2D-=20 2.20.1 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCXFqJlwAKCRDcUY/If5cW qh+0AP9VHW+QKyEGZHd2e1UEpFHQkvzUGwq8Fu1wto1x4NpG9wD/d9FZwtKUeuGD kmzTN6Y1bx1X8jxdfr/lLfmwaucrMQA= =eWM5 -----END PGP SIGNATURE----- --=-=-=--