From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:43360) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ieZ9n-0004Wu-Ai for guix-patches@gnu.org; Tue, 10 Dec 2019 01:38:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ieZ9m-0001XY-6X for guix-patches@gnu.org; Tue, 10 Dec 2019 01:38:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:48850) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ieZ9m-0001XB-3E for guix-patches@gnu.org; Tue, 10 Dec 2019 01:38:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ieZ9m-0001sb-10 for guix-patches@gnu.org; Tue, 10 Dec 2019 01:38:02 -0500 Subject: [bug#35951] [PATCH] gnu: python-pyrsistent: Update to 0.15.2 Resent-Message-ID: From: Brett Gilio References: <20190528111910.4168-1-h.nasajpour@pantherx.org> Date: Tue, 10 Dec 2019 00:37:50 -0600 In-Reply-To: <20190528111910.4168-1-h.nasajpour@pantherx.org> (h. nasajpour's message of "Tue, 28 May 2019 15:49:10 +0430") Message-ID: <87wob4k7nl.fsf@posteo.net> MIME-Version: 1.0 Content-Type: text/plain 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: "h.nasajpour" Cc: 35951@debbugs.gnu.org "h.nasajpour" writes: > * gnu/packages/python-xyz.scm (python-pyrsistent): Update to 0.15.2 > --- > 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 a58b788ca1..ec49359314 100644 > --- a/gnu/packages/python-xyz.scm > +++ b/gnu/packages/python-xyz.scm > @@ -1731,14 +1731,14 @@ from git information. > (define-public python-pyrsistent > (package > (name "python-pyrsistent") > - (version "0.14.11") > + (version "0.15.2") > (home-page "https://github.com/tobgu/pyrsistent") > (source (origin > (method url-fetch) > (uri (pypi-uri "pyrsistent" version)) > (sha256 > (base32 > - "1qkh74bm296mp5g3r11lgsksr6bh4w1bf8pji4nmxdlfj542ga1w")))) > + "0fjwnxg7q1b02j7hk1wqm5xdn7wck9j2g3ggkkizab6l77kjws8n")))) > (build-system python-build-system) > (native-inputs > `(("python-hypothesis" ,python-hypothesis) Hello! This patch has gone stale from inactivity. Python-pyrsistent now reflects 0.15.6 upstream. I am closing this bug report. If you would like to submit an updated version please open a new report. Thanks! -- Brett M. Gilio Homepage -- https://scm.pw/ GNU Guix -- https://guix.gnu.org/