From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36739) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gBAxG-0002vv-4J for guix-patches@gnu.org; Fri, 12 Oct 2018 23:51:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gBAxC-0000xK-Ud for guix-patches@gnu.org; Fri, 12 Oct 2018 23:51:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:43395) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gBAxC-0000xE-R9 for guix-patches@gnu.org; Fri, 12 Oct 2018 23:51:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gBAxC-0000N4-PV for guix-patches@gnu.org; Fri, 12 Oct 2018 23:51:02 -0400 Subject: [bug#33032] [PATCH] gnu: update python-biopython to 1.72 Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36627) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gBAwp-0002vh-33 for guix-patches@gnu.org; Fri, 12 Oct 2018 23:50:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gBAwl-0000jx-Qa for guix-patches@gnu.org; Fri, 12 Oct 2018 23:50:38 -0400 Received: from mout01.posteo.de ([185.67.36.65]:50186) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gBAwc-0000dC-Cw for guix-patches@gnu.org; Fri, 12 Oct 2018 23:50:29 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id BFD3221259 for ; Sat, 13 Oct 2018 05:50:18 +0200 (CEST) From: Brett Gilio Date: Fri, 12 Oct 2018 22:49:45 -0500 Message-Id: <20181013034945.9545-1-brettg@posteo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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: 33032@debbugs.gnu.org --- gnu/packages/bioinformatics.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatic= s.scm index 91bb94c54..2f59211ab 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -12,6 +12,7 @@ ;;; Copyright =C2=A9 2018 Joshua Sierles, Nextjournal ;;; Copyright =C2=A9 2018 G=C3=A1bor Boskovits ;;; Copyright =C2=A9 2018 M=C4=83d=C4=83lin Ionel Patra=C8=99cu +;;; Copyright =C2=A9 2018 Brett Gilio ;;; ;;; This file is part of GNU Guix. ;;; @@ -732,14 +733,14 @@ provide a coordinated and extensible framework to d= o computational biology.") (define-public python-biopython (package (name "python-biopython") - (version "1.70") + (version "1.72") (source (origin (method url-fetch) ;; use PyPi rather than biopython.org to ease updating (uri (pypi-uri "biopython" version)) (sha256 (base32 - "0nz4n9d2y2dg849gn1z0vjlkwcpzzkzy3fij7x94a6ixy2c54z2a"))= )) + "18p5dk9hdjq1p8sz3fgld0yajsdf0bb28gbv4rk0rfdd8cj4jsxb"))= )) (build-system python-build-system) (arguments `(#:phases --=20 2.19.1