gsl: 2.1 -> 2.2

See http://lists.gnu.org/archive/html/info-gnu/2016-08/msg00015.html
for announcement and news.
This commit is contained in:
Lancelot SIX 2016-08-30 13:45:15 +02:00
parent 186f5a10f0
commit 750c1b1302
No known key found for this signature in database
GPG Key ID: 02E1542BA66FB047

View File

@ -1,11 +1,11 @@
{ fetchurl, fetchpatch, stdenv }:
stdenv.mkDerivation rec {
name = "gsl-2.1";
name = "gsl-2.2";
src = fetchurl {
url = "mirror://gnu/gsl/${name}.tar.gz";
sha256 = "0rhcia9jhr3p1f1wybwyllwqfs9bggz99i3mi5lpyqcpff1hdbar";
sha256 = "1pyq2c0j91z955746myn29c89jwkd435s2cbj8ks2hpag6d0mr2d";
};
patches = [