about summary refs log tree commit diff
path: root/pkgs/applications/science/math
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2019-04-21 22:52:58 +0200
committerTimo Kaufmann <timokau@zoho.com>2019-06-27 21:57:33 +0200
commit608948e3e9aec7f6b33ae17f176d8de214f3a5bf (patch)
tree3c8fd090d1374e444251fc9344dd8d9471d321f7 /pkgs/applications/science/math
parent21c1ab6776dbb43ba31d5d07a8673ded3573e0d4 (diff)
downloadnixlib-608948e3e9aec7f6b33ae17f176d8de214f3a5bf.tar
nixlib-608948e3e9aec7f6b33ae17f176d8de214f3a5bf.tar.gz
nixlib-608948e3e9aec7f6b33ae17f176d8de214f3a5bf.tar.bz2
nixlib-608948e3e9aec7f6b33ae17f176d8de214f3a5bf.tar.lz
nixlib-608948e3e9aec7f6b33ae17f176d8de214f3a5bf.tar.xz
nixlib-608948e3e9aec7f6b33ae17f176d8de214f3a5bf.tar.zst
nixlib-608948e3e9aec7f6b33ae17f176d8de214f3a5bf.zip
sage: 8.8.beta2 -> 8.8.beta3
Diffstat (limited to 'pkgs/applications/science/math')
-rw-r--r--pkgs/applications/science/math/sage/sage-src.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/math/sage/sage-src.nix b/pkgs/applications/science/math/sage/sage-src.nix
index 9bfe453150c3..286c69ec0379 100644
--- a/pkgs/applications/science/math/sage/sage-src.nix
+++ b/pkgs/applications/science/math/sage/sage-src.nix
@@ -10,14 +10,14 @@
 # all get the same sources with the same patches applied.
 
 stdenv.mkDerivation rec {
-  version = "8.8.beta2";
+  version = "8.8.beta3";
   pname = "sage-src";
 
   src = fetchFromGitHub {
     owner = "sagemath";
     repo = "sage";
     rev = version;
-    sha256 = "1avrxhhcd1hy4hm9sgma430hvxg36f10kr9p3himj6kl4m9pyflv";
+    sha256 = "0cb95n1h5g9vaf4a6wczhwddj4xvx2a4ky8d7sp7cnxyd5a8618l";
   };
 
   # Patches needed because of particularities of nix or the way this is packaged.