From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41016) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f1Rzf-0007Ci-2h for guix-patches@gnu.org; Thu, 29 Mar 2018 03:29:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f1Rzd-0000Px-UO for guix-patches@gnu.org; Thu, 29 Mar 2018 03:29:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49997) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f1Rzd-0000Pr-QM for guix-patches@gnu.org; Thu, 29 Mar 2018 03:29:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1f1Rzd-0008B9-JI for guix-patches@gnu.org; Thu, 29 Mar 2018 03:29:05 -0400 Subject: [bug#30982] [PATCH 1/8] gnu: python-attrs: Update to 17.4.0. References: <20180329072251.12561-1-arunisaac@systemreboot.net> In-Reply-To: <20180329072251.12561-1-arunisaac@systemreboot.net> Resent-Message-ID: From: Arun Isaac Date: Thu, 29 Mar 2018 12:58:09 +0530 Message-Id: <20180329072816.3911-1-arunisaac@systemreboot.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: 30982@debbugs.gnu.org * gnu/packages/python.scm (python-attrs): Update to 17.4.0. --- gnu/packages/python.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index a1af6967f..2846f33a9 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -30,7 +30,7 @@ ;;; Copyright © 2016, 2017 Stefan Reichör ;;; Copyright © 2016 Dylan Jeffers ;;; Copyright © 2016, 2017 Alex Vong -;;; Copyright © 2016, 2017 Arun Isaac +;;; Copyright © 2016, 2017, 2018 Arun Isaac ;;; Copyright © 2016, 2017 Julien Lepiller ;;; Copyright © 2016, 2017, 2018 Tobias Geerinckx-Rice ;;; Copyright © 2016, 2017 Thomas Danckaert @@ -10714,13 +10714,13 @@ and bit flag values.") (define-public python-attrs (package (name "python-attrs") - (version "17.2.0") + (version "17.4.0") (source (origin (method url-fetch) (uri (pypi-uri "attrs" version)) (sha256 (base32 - "04gx08ikpk26wnq22f7l42gapcvk8iz1512r927k6sadz6cinkax")))) + "1jafnn1kzd6qhxgprhx6y6ik1r5m2rilx25syzcmq03azp660y8w")))) (build-system python-build-system) (native-inputs `(("python-pytest" ,python-pytest) -- 2.15.1