glpk: 4.56 -> 4.61

See https://lists.gnu.org/archive/html/info-gnu/2017-01/msg00011.html
for release announcement
This commit is contained in:
Lancelot SIX 2017-01-28 13:34:36 +01:00
parent e2a2f6d595
commit 9290751ab4
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.56";
name = "glpk-4.61";
src = fetchurl {
url = "mirror://gnu/glpk/${name}.tar.gz";
sha256 = "0syzix6qvpn0fzp08c84c8snansf1cam5vd0dk2w91mz2c85d18h";
sha256 = "1adbvwiaqrv9pql9ry3lhn2vfsxnff2vh4fs477d90kpfx0xwrlq";
};
doCheck = true;