Skip to content

Commit 11f6566

Browse files
lsixvbgl
authored andcommittedDec 5, 2017
glpk: 4.63 -> 4.64
See http://lists.gnu.org/archive/html/info-gnu/2017-12/msg00002.html for release information
1 parent a2adaf2 commit 11f6566

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/development/libraries/glpk/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{ fetchurl, stdenv }:
22

33
stdenv.mkDerivation rec {
4-
name = "glpk-4.63";
4+
name = "glpk-4.64";
55

66
src = fetchurl {
77
url = "mirror://gnu/glpk/${name}.tar.gz";
8-
sha256 = "1xp7nclmp8inp20968bvvfcwmz3mz03sbm0v3yjz8aqwlpqjfkci";
8+
sha256 = "096cqgjc7vkq6wd8znhcxjbs1s2rym3qf753fqxrrq531vs6g4jk";
99
};
1010

1111
doCheck = true;

0 commit comments

Comments
 (0)
Please sign in to comment.