3
0
Fork 0
forked from mirrors/nixpkgs

Updating cminpack (+ the meta homepage)

svn path=/nixpkgs/trunk/; revision=26206
This commit is contained in:
Lluís Batlle i Rossell 2011-03-08 09:19:41 +00:00
parent a136bd7968
commit dd190a5fb8

View file

@ -1,11 +1,11 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "cminpack-1.1.1";
name = "cminpack-1.1.2";
src = fetchurl {
url = http://pr.willowgarage.com/downloads/cminpack-1.1.1.tar.gz;
sha256 = "0bi86c9712i68nyv8d52f7wgyb35kik14iwj4rpxcnz91m7wgacp";
url = http://devernay.free.fr/hacks/cminpack/cminpack-1.1.2.tar.gz;
sha256 = "0sd8gqk7npyiiiz2jym8q89d9gqx8fig0mnx63swkwmp4lqmmxww";
};
patchPhase = ''
@ -17,7 +17,7 @@ stdenv.mkDerivation {
'';
meta = {
homepage = http://www.ros.org/wiki/cminpack;
homepage = http://devernay.free.fr/hacks/cminpack/cminpack.html;
license = "BSD";
description = "Software for solving nonlinear equations and nonlinear least squares problems";
};