summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndreas Enge <andreas.enge@inria.fr>2016-03-16 14:27:53 +0100
committerAndreas Enge <andreas@enge.fr>2016-03-16 14:29:36 +0100
commit81b55bf7a99de4e8fee224296bf654b0a96b493a (patch)
treee0c1492fd02c72f09ca7dc7abb0ac2492d96dcf8
parentdf061d079b50111280aa7209b3b3c4cf21fde218 (diff)
downloadguix-81b55bf7a99de4e8fee224296bf654b0a96b493a.tar.gz
gnu: cm: Update to 0.3.
* gnu/packages/algebra.scm (cm): Update to 0.3.
  [license]: Change to gpl3+.
-rw-r--r--gnu/packages/algebra.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 85ec61c1b1..11fb460df5 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -67,7 +67,7 @@ multiplication routines such as Toom–Cook and the FFT.")
 (define-public cm
   (package
    (name "cm")
-   (version "0.2.1")
+   (version "0.3")
    (source (origin
             (method url-fetch)
             (uri (string-append
@@ -75,7 +75,7 @@ multiplication routines such as Toom–Cook and the FFT.")
                   version ".tar.gz"))
             (sha256
              (base32
-              "1r5dx5qy0ka2sq26n9jll9iy4sjqg0jp5r3jnbjhpgxvmj8jbhq8"))))
+              "1nf5kr0nqmhbzrsrinky18z0ighjpsmb5cr8zyg8jf04bfbyrfmc"))))
    (build-system gnu-build-system)
    (propagated-inputs
      `(("mpfrcx" ,mpfrcx)
@@ -89,7 +89,7 @@ imaginary quadratic number fields and of elliptic curves with complex
 multiplication via floating point approximations.  It consists of libraries
 that can be called from within a C program and of executable command
 line applications.")
-   (license license:gpl2+)
+   (license license:gpl3+)
    (home-page "http://cm.multiprecision.org/")))
 
 (define-public fplll