···78787979 # ignore a deprecation warning for usage of `cmp` in the attrs library in the doctests
8080 ./patches/ignore-cmp-deprecation.patch
8181+8282+ # https://trac.sagemath.org/ticket/30801. this patch has
8383+ # positive_review but has not been merged upstream yet, so we
8484+ # don't use fetchSageDiff because it returns a file that contains
8585+ # each commit as a separate patch instead of a single diff, and
8686+ # some commits from the pari update branch are already in 9.3.rc5
8787+ # (auto-resolvable merge conflicts).
8888+ (fetchpatch {
8989+ name = "pari-2.13.1.patch";
9090+ url = "https://github.com/sagemath/sagetrac-mirror/compare/d6c5cd9be78cc448ee4c54bac93385b1244a234c...10a4531721d2700fd717e2b3a1364508ffd971c3.diff";
9191+ sha256 = "sha256-zMjRMEReoiTvmt+vvV0Ij1jtyLSLwSXBEVXqgvmq1D4=";
9292+ })
8193 ];
82948395 patches = nixPatches ++ bugfixPatches ++ packageUpgradePatches;