From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: [PATCH] gnu: python-scikit-learn: Update to 0.16.1. Date: Fri, 12 Jun 2015 15:43:20 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/x-patch Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33089) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z3PF6-00006m-4B for guix-devel@gnu.org; Fri, 12 Jun 2015 09:43:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z3PF2-0000XM-VA for guix-devel@gnu.org; Fri, 12 Jun 2015 09:43:32 -0400 Received: from sinope.bbbm.mdc-berlin.de ([141.80.25.23]:44375) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z3PF2-0000WK-Lk for guix-devel@gnu.org; Fri, 12 Jun 2015 09:43:28 -0400 Received: from localhost (localhost [127.0.0.1]) by sinope.bbbm.mdc-berlin.de (Postfix) with ESMTP id 104C02807EE for ; Fri, 12 Jun 2015 15:43:27 +0200 (CEST) Received: from sinope.bbbm.mdc-berlin.de ([127.0.0.1]) by localhost (sinope.bbbm.mdc-berlin.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FLJQgWGgFbpG for ; Fri, 12 Jun 2015 15:43:21 +0200 (CEST) Received: from HTCAONE.mdc-berlin.net (mab.citx.mdc-berlin.de [141.80.36.102]) by sinope.bbbm.mdc-berlin.de (Postfix) with ESMTP for ; Fri, 12 Jun 2015 15:43:20 +0200 (CEST) Content-Disposition: inline; filename="0001-gnu-python-scikit-learn-Update-to-0.16.1.patch" 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Guix-devel >From 0026435cc8c1c4eea0c616a55ff54c6421cd6756 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 12 Jun 2015 15:39:40 +0200 Subject: [PATCH] gnu: python-scikit-learn: Update to 0.16.1. * gnu/packages/python.scm (python-scikit-learn): Update to 0.16.1. --- gnu/packages/python.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 5f9d487..df7892c 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -2066,7 +2066,7 @@ sources.") (define-public python-scikit-learn (package (name "python-scikit-learn") - (version "0.15.2") + (version "0.16.1") (source (origin (method url-fetch) @@ -2075,7 +2075,7 @@ sources.") version ".tar.gz")) (sha256 (base32 - "1rb93h2q15f219sz60sczjb65rg70xjmnp0q4pkkaairx5s05q55")))) + "140skabifgc7lvvj873pnzlwx0ni6q8qkrsyad2ccjb3h8rxzkih")))) (build-system python-build-system) (arguments `(#:phases -- 2.1.0