guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: cm: Update to 0.3.1.


From: guix-commits
Subject: branch master updated: gnu: cm: Update to 0.3.1.
Date: Mon, 28 Sep 2020 13:39:52 -0400

This is an automated email from the git hooks/post-receive script.

andreas pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4c09ec4  gnu: cm: Update to 0.3.1.
4c09ec4 is described below

commit 4c09ec43db3ccd4eb70bf723289e5f7e0ab37f35
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Mon Sep 28 19:39:23 2020 +0200

    gnu: cm: Update to 0.3.1.
    
    * gnu/packages/algebra.scm (cm): Update to 0.3.1.
---
 gnu/packages/algebra.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 16a1853..cb409ab 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -123,15 +123,15 @@ greatest common divisor operations.")
 (define-public cm
   (package
    (name "cm")
-   (version "0.3")
+   (version "0.3.1")
    (source (origin
             (method url-fetch)
             (uri (string-append
-                  "http://www.multiprecision.org/cm/download/cm-";
+                  "http://www.multiprecision.org/downloads/cm-";
                   version ".tar.gz"))
             (sha256
              (base32
-              "1nf5kr0nqmhbzrsrinky18z0ighjpsmb5cr8zyg8jf04bfbyrfmc"))))
+              "0qq6b1kwb1byj8ws33ya5awq0ilkpm32037pi1l4cf2737fg9m42"))))
    (build-system gnu-build-system)
    (propagated-inputs
      `(("mpfrcx" ,mpfrcx)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]