1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

sage: 8.8.rc1 -> 8.8.rc2

This commit is contained in:
Timo Kaufmann 2019-06-20 15:28:51 +02:00
parent 218fd843a3
commit e7d4386e0e

View file

@ -10,14 +10,14 @@
# all get the same sources with the same patches applied.
stdenv.mkDerivation rec {
version = "8.8.rc1";
version = "8.8.rc2";
pname = "sage-src";
src = fetchFromGitHub {
owner = "sagemath";
repo = "sage";
rev = version;
sha256 = "09cdw473x95baqbdyc87wmdldiwihds45hcijyqy3d24icm4ba8h";
sha256 = "1xga7brq2wql0d8klpn4wi1iciifnvkyz44vhkr6ihjv44qr169g";
};
# Patches needed because of particularities of nix or the way this is packaged.