about summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2019-08-19 00:16:06 +0200
committerTimo Kaufmann <timokau@zoho.com>2019-08-19 00:16:06 +0200
commit071a4db33e46766f8d7dd9243f44cc33256ab04f (patch)
tree213f0d5be98330511a9f35fb8e5949ed9a68b641 /pkgs/applications/science
parente8436f5e23dfdfc157736db937ef8633a2e0a3ca (diff)
downloadnixlib-071a4db33e46766f8d7dd9243f44cc33256ab04f.tar
nixlib-071a4db33e46766f8d7dd9243f44cc33256ab04f.tar.gz
nixlib-071a4db33e46766f8d7dd9243f44cc33256ab04f.tar.bz2
nixlib-071a4db33e46766f8d7dd9243f44cc33256ab04f.tar.lz
nixlib-071a4db33e46766f8d7dd9243f44cc33256ab04f.tar.xz
nixlib-071a4db33e46766f8d7dd9243f44cc33256ab04f.tar.zst
nixlib-071a4db33e46766f8d7dd9243f44cc33256ab04f.zip
sage: 8.9.beta6 -> 8.9.beta7
Diffstat (limited to 'pkgs/applications/science')
-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 f7c1e50386b7..ce8cf026db8a 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.9.beta6";
+  version = "8.9.beta7";
   pname = "sage-src";
 
   src = fetchFromGitHub {
     owner = "sagemath";
     repo = "sage";
     rev = version;
-    sha256 = "0zk3wb9nlb6mrspgabiqdh3rjmcj3y70fg02dmpvhjssdblpkiqi";
+    sha256 = "1craag7kf8kl4s52y2ba52pci0amc0kz0gf67d8spxlawjx78dff";
   };
 
   # Patches needed because of particularities of nix or the way this is packaged.