diff options
author | Andreas Enge <[email protected]> | 2025-02-28 20:33:11 +0100 |
---|---|---|
committer | Andreas Enge <[email protected]> | 2025-02-28 20:35:43 +0100 |
commit | 1a010d0e084a1497755223db0fa0c05208b226bb (patch) | |
tree | 4830a5850f45c2e63e0284fc881969cf8bfaa0d3 /gnu/local.mk | |
parent | 3c6bcbad213ad88e7574da14ed005a8b764e2d7e (diff) |
gnu: sage: Update to 10.6.beta7.
* gnu/packages/patches/sage-update-eclib.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Unregister patch.
* gnu/packages/sagemath.scm (source): Update to 10.6.beta7. Drop patch.
Change-Id: Ifa789ce28fbe3cb7da323bf252cd3050289bf0b6
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index c8a29bf98b..3fea362deb 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -2218,7 +2218,6 @@ dist_patch_DATA = \ %D%/packages/patches/rw-igraph-0.10.patch \ %D%/packages/patches/rxvt-unicode-fix-cursor-position.patch \ %D%/packages/patches/s7-flint-3.patch \ - %D%/packages/patches/sage-update-eclib.patch \ %D%/packages/patches/sage-update-pari-gp.patch \ %D%/packages/patches/sajson-for-gemmi-numbers-as-strings.patch \ %D%/packages/patches/sajson-build-with-gcc10.patch \ |