gnu: Remove glpk-4.

* gnu/packages/maths.scm (glpk-4): Delete variable.

Change-Id: I599bb1c4b5fdeef27bfd8c9306819ce862b17417
This commit is contained in:
Nicolas Goaziou 2025-08-13 20:37:05 +02:00
parent c07d417152
commit 2e212502b9
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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")