about summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2019-08-02 01:03:33 +0200
committerTimo Kaufmann <timokau@zoho.com>2019-08-02 01:03:33 +0200
commitb884552c35f872c9b4d4ff64327fd7fdd28cfc78 (patch)
treeca9e4419ce42ecd7631fd530ac181b485c0a8b5e /pkgs/applications/science
parent56bd506e4291a921c023e7d6d602ce109747283f (diff)
downloadnixlib-b884552c35f872c9b4d4ff64327fd7fdd28cfc78.tar
nixlib-b884552c35f872c9b4d4ff64327fd7fdd28cfc78.tar.gz
nixlib-b884552c35f872c9b4d4ff64327fd7fdd28cfc78.tar.bz2
nixlib-b884552c35f872c9b4d4ff64327fd7fdd28cfc78.tar.lz
nixlib-b884552c35f872c9b4d4ff64327fd7fdd28cfc78.tar.xz
nixlib-b884552c35f872c9b4d4ff64327fd7fdd28cfc78.tar.zst
nixlib-b884552c35f872c9b4d4ff64327fd7fdd28cfc78.zip
sage: 8.9.beta2 -> 8.9.beta3
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 e2e1e1d0647a..3fd1601fe5ef 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.beta2";
+  version = "8.9.beta3";
   pname = "sage-src";
 
   src = fetchFromGitHub {
     owner = "sagemath";
     repo = "sage";
     rev = version;
-    sha256 = "1cyfdkam9inai7ps1jblagb9kl9wd8kk06m4vhbjmfymvk36q4jf";
+    sha256 = "035nzyhiibfxhvxp0s6pijfy1612ah64qgli5p4pwqfdc76f7rnj";
   };
 
   # Patches needed because of particularities of nix or the way this is packaged.