gnu: cm: Update to 0.4.2.

* gnu/packages/algebra.scm (cm): Update to 0.4.2.
This commit is contained in:
Andreas Enge 2023-05-23 16:32:26 +02:00
parent 36ea29115c
commit 8927b20ba1
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -133,7 +133,7 @@ (define-public gf2x
(define-public cm
(package
(name "cm")
(version "0.4.1")
(version "0.4.2")
(source (origin
(method url-fetch)
(uri (string-append
@ -141,7 +141,7 @@ (define-public cm
version ".tar.gz"))
(sha256
(base32
"1avaw6a7lyc2833gr9b7zpk4blvrrrkz8r62sv1grh9xc9i4zg07"))))
"1c6m00wiw3rs5f0lq6c80rdr3dzklsvh69l8w3s7bj2r6yha6qbw"))))
(build-system gnu-build-system)
(propagated-inputs
(list mpfrcx zlib)) ; Header files included from cm_common.h.