guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 2e212502b93fa06d835ab2129e94a83f82c48058
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Wed Aug 13 20:37:05 2025 +0200

    gnu: Remove glpk-4.
    
    * gnu/packages/maths.scm (glpk-4): Delete variable.
    
    Change-Id: I599bb1c4b5fdeef27bfd8c9306819ce862b17417
---
 gnu/packages/maths.scm | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 7974a2f0b7..0c36a60948 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -829,20 +829,6 @@ translator for the language.  In addition to the C 
library, a stand-alone
 LP/MIP solver is included in the package.")
     (license license:gpl3+)))
 
-(define-public glpk-4
-  (package
-    (inherit glpk)
-    (name "glpk")
-    (version "4.65")
-    (source
-     (origin
-      (method url-fetch)
-      (uri (string-append "mirror://gnu/glpk/glpk-"
-                          version ".tar.gz"))
-      (sha256
-       (base32
-        "040sfaa9jclg2nqdh83w71sv9rc1sznpnfiripjdyr48cady50a2"))))))
-
 (define-public linasm
   (package
     (name "linasm")

Reply via email to