Merge pull request #144648 from collares/sage-sympy-1.9

sage: import sympy 1.9 update patch

authored by

Michael Raskin and committed by
GitHub
823fe5e4 b3e7ddab

+8
+8
pkgs/applications/science/math/sage/sage-src.nix
··· 110 110 rev = "9808325853ba9eb035115e5b056305a1c9d362a0"; 111 111 sha256 = "sha256-gJSqycCtbAVr5qnVEbHFUvIuTOvaxFIeffpzd6nH4DE="; 112 112 }) 113 + 114 + # https://trac.sagemath.org/ticket/32420 115 + (fetchSageDiff { 116 + base = "9.5.beta2"; 117 + name = "sympy-1.9-update.patch"; 118 + rev = "beed4e16aff32e47d0c3b1c58cb1e2f4c38590f8"; 119 + sha256 = "sha256-3eJPfWfCrCAQ5filIn7FbzjRQeO9QyTIVl/HyRuqFtE="; 120 + }) 113 121 ]; 114 122 115 123 patches = nixPatches ++ bugfixPatches ++ packageUpgradePatches;