glpk: 4.61 -> 4.62

See http://lists.gnu.org/archive/html/info-gnu/2017-06/msg00006.html
for release announcement
This commit is contained in:
Lancelot SIX 2017-06-15 09:16:21 +02:00
parent 0032e55232
commit ea32c77e25
No known key found for this signature in database
GPG Key ID: 02E1542BA66FB047

View File

@ -1,11 +1,11 @@
{ fetchurl, stdenv }:
stdenv.mkDerivation rec {
name = "glpk-4.61";
name = "glpk-4.62";
src = fetchurl {
url = "mirror://gnu/glpk/${name}.tar.gz";
sha256 = "1adbvwiaqrv9pql9ry3lhn2vfsxnff2vh4fs477d90kpfx0xwrlq";
sha256 = "0w7s3869ybwyq9a4490dikpib1qp3jnn5nqz1vvwqy1qz3ilnvh9";
};
doCheck = true;