or-tools: 7.5 -> 7.6

This commit is contained in:
R. RyanTM 2020-05-04 02:32:15 +00:00 committed by Anders Kaseorg
parent 6356c0458d
commit 7a17b13b48
1 changed files with 2 additions and 2 deletions
pkgs/development/libraries/science/math/or-tools

View File

@ -8,13 +8,13 @@ let
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
pname = "or-tools"; pname = "or-tools";
version = "7.5"; version = "7.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "google"; owner = "google";
repo = "or-tools"; repo = "or-tools";
rev = "v${version}"; rev = "v${version}";
sha256 = "1p9jwdwzcsaa58ap912hdf2w27vna3xl9g4lh6kjskddwi8l3wac"; sha256 = "0605q3y7vh7x7m9azrbkx44blq12zrab6v28b9wmpcn1lmykbw1b";
}; };
# The original build system uses cmake which does things like pull # The original build system uses cmake which does things like pull