gnu: cm: Update to 0.4.2.
* gnu/packages/algebra.scm (cm): Update to 0.4.2.
This commit is contained in:
parent
36ea29115c
commit
8927b20ba1
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue