From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jelle Licht Subject: [PATCH] gnu: jemalloc: Update to 4.2.0. Date: Tue, 17 May 2016 06:40:01 -0700 (PDT) Message-ID: <87a8jo6bwv.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38992) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b2fEG-0007de-Jy for guix-devel@gnu.org; Tue, 17 May 2016 09:40:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b2fEA-0006lR-TA for guix-devel@gnu.org; Tue, 17 May 2016 09:40:08 -0400 Received: from mail-wm0-f47.google.com ([74.125.82.47]:37869) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b2fEA-0006lE-OE for guix-devel@gnu.org; Tue, 17 May 2016 09:40:02 -0400 Received: by mail-wm0-f47.google.com with SMTP id a17so31766595wme.0 for ; Tue, 17 May 2016 06:40:02 -0700 (PDT) Received: from veritas ([194.120.6.161]) by smtp.gmail.com with ESMTPSA id c85sm23291911wmd.0.2016.05.17.06.40.00 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 17 May 2016 06:40:01 -0700 (PDT) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org * gnu/packages/jemalloc.scm (jemalloc): Update to 4.2.0. --- gnu/packages/jemalloc.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/jemalloc.scm b/gnu/packages/jemalloc.scm index 52d43e8..e82bcd8 100644 --- a/gnu/packages/jemalloc.scm +++ b/gnu/packages/jemalloc.scm @@ -27,7 +27,7 @@ (define-public jemalloc (package (name "jemalloc") - (version "4.1.0") + (version "4.2.0") (source (origin (method url-fetch) (uri (string-append @@ -35,7 +35,7 @@ name "-" version ".tar.bz2")) (sha256 (base32 - "13pc6gcs5d6ws63jv83vslrb1vlqdnf1dg43awkb9bbj9xqnvl7s")))) + "1jvasihaizawz44j02bri47bd905flns03nkigipys81p6pds5mj")))) (build-system gnu-build-system) (home-page "http://www.canonware.com/jemalloc/") (synopsis "General-purpose scalable concurrent malloc implementation") -- 2.7.4