Skip to content
Snippets Groups Projects
Commit 81b55bf7 authored by Andreas Enge's avatar Andreas Enge
Browse files

gnu: cm: Update to 0.3.

* gnu/packages/algebra.scm (cm): Update to 0.3.
  [license]: Change to gpl3+.
parent df061d07
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,7 @@ (define-public mpfrcx ...@@ -67,7 +67,7 @@ (define-public mpfrcx
(define-public cm (define-public cm
(package (package
(name "cm") (name "cm")
(version "0.2.1") (version "0.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
...@@ -75,7 +75,7 @@ (define-public cm ...@@ -75,7 +75,7 @@ (define-public cm
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1r5dx5qy0ka2sq26n9jll9iy4sjqg0jp5r3jnbjhpgxvmj8jbhq8")))) "1nf5kr0nqmhbzrsrinky18z0ighjpsmb5cr8zyg8jf04bfbyrfmc"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(propagated-inputs (propagated-inputs
`(("mpfrcx" ,mpfrcx) `(("mpfrcx" ,mpfrcx)
...@@ -89,7 +89,7 @@ (define-public cm ...@@ -89,7 +89,7 @@ (define-public cm
multiplication via floating point approximations. It consists of libraries multiplication via floating point approximations. It consists of libraries
that can be called from within a C program and of executable command that can be called from within a C program and of executable command
line applications.") line applications.")
(license license:gpl2+) (license license:gpl3+)
(home-page "http://cm.multiprecision.org/"))) (home-page "http://cm.multiprecision.org/")))
(define-public fplll (define-public fplll
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment