gnu: msolve: Update to 0.8.0.

* gnu/packages/algebra.scm (msolve): Update to 0.8.0.

Change-Id: I9cdb074b628d116b248f21b25e8bf159e76bc195
This commit is contained in:
Andreas Enge 2025-06-13 09:57:21 +02:00
parent d1b0b09d1f
commit 07162824d3
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -2148,7 +2148,7 @@ gnuplot program, if installed, to draw figures.")
(define-public msolve (define-public msolve
(package (package
(name "msolve") (name "msolve")
(version "0.7.3") (version "0.8.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -2157,7 +2157,7 @@ gnuplot program, if installed, to draw figures.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1ipsdw5sk4d344ki4r5ma9vn8gyi8hrk0n951r0720wvgxkw920p")))) "0jncyyaxq6s4vwjhcha04rmbiv6vxsamkn4g5ln2rr202af92jnj"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (list autoconf automake libtool)) (native-inputs (list autoconf automake libtool))
(inputs (list flint gmp mpfr)) (inputs (list flint gmp mpfr))