Skip to content

Commit

Permalink
sage: import eclib update patch
Browse files Browse the repository at this point in the history
  • Loading branch information
collares committed Feb 24, 2025
1 parent f94a475 commit ffcbedd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkgs/by-name/sa/sage/sage-src.nix
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,13 @@ stdenv.mkDerivation rec {
url = "https://github.com/sagemath/sage/compare/10.6.beta2...26f411e5939718d4439325ff669635e5a72d50e5.diff";
hash = "sha256-Z4JwCuUDpqktAzNtVKRUbrJEh7TmCtFI7PJnOrcEbr4=";
})

# https://github.com/sagemath/sage/pull/38962, landed in 10.6.beta7
(fetchpatch {
name = "eclib-update.patch";
url = "https://github.com/sagemath/sage/commit/5289298248a1d6ab11ccf169e636d951f1d77c41.diff";
hash = "sha256-iQNqvywvtnvqAA9o8zn4il/XIFBiuEX+vSFZHPaPzcs=";
})
];

patches = nixPatches ++ bugfixPatches ++ packageUpgradePatches;
Expand Down

0 comments on commit ffcbedd

Please sign in to comment.