summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorCayetano Santos <csantosb@inventati.org>2026-08-21 10:24:19 +0200
committerCayetano Santos <csantosb@inventati.org>2026-08-21 10:52:36 +0200
commitc15169aa5f53a318201fce8cac4de73d4a932898 (patch)
tree5dd0103783de2b6b191c77b041b8b56c9ad5ee8e /gnu
parentc4867b01e6051025ce739a74d576fee79bff996e (diff)
gnu: highs: Update to 1.15.1.
* gnu/packages/maths.scm (highs): Update to 1.15.1.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/maths.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 8625864a0b6..6949952be7e 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -11564,7 +11564,7 @@ expression parsing and evaluation.")
11564(define-public highs 11564(define-public highs
11565 (package 11565 (package
11566 (name "highs") 11566 (name "highs")
11567 (version "1.14.0") 11567 (version "1.15.1")
11568 (source 11568 (source
11569 (origin 11569 (origin
11570 (method git-fetch) 11570 (method git-fetch)
@@ -11573,7 +11573,7 @@ expression parsing and evaluation.")
11573 (commit (string-append "v" version)))) 11573 (commit (string-append "v" version))))
11574 (file-name (git-file-name name version)) 11574 (file-name (git-file-name name version))
11575 (sha256 11575 (sha256
11576 (base32 "16y664rzvxd8785195k0srz0842zvl0zdkf6qi103p503pj81afh")))) 11576 (base32 "11hh958jvfqrc7rm3xcwx2p71i49cb4cyafajlmkr8xzyb00y851"))))
11577 (build-system cmake-build-system) 11577 (build-system cmake-build-system)
11578 (home-page "https://highs.dev") 11578 (home-page "https://highs.dev")
11579 (synopsis "High performance software for linear optimization") 11579 (synopsis "High performance software for linear optimization")