guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: cm: Update to 0.4.0.


From: guix-commits
Subject: 01/02: gnu: cm: Update to 0.4.0.
Date: Thu, 5 May 2022 10:17:07 -0400 (EDT)

andreas pushed a commit to branch master
in repository guix.

commit a1b0fc8133febcafe992fbf1c34332072c40aa52
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Thu May 5 16:10:16 2022 +0200

    gnu: cm: Update to 0.4.0.
    
    * gnu/packages/algebra.scm (cm): Update to 0.4.0.
---
 gnu/packages/algebra.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 72b1c8da27..869a1373e5 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -127,7 +127,7 @@ greatest common divisor operations.")
 (define-public cm
   (package
    (name "cm")
-   (version "0.3.1")
+   (version "0.4.0")
    (source (origin
             (method url-fetch)
             (uri (string-append
@@ -135,7 +135,7 @@ greatest common divisor operations.")
                   version ".tar.gz"))
             (sha256
              (base32
-              "0qq6b1kwb1byj8ws33ya5awq0ilkpm32037pi1l4cf2737fg9m42"))))
+              "04l3inafql40n0r5rq8rmp21zplgdrzblil2kgkpx5s0jbs9i8rr"))))
    (build-system gnu-build-system)
    (propagated-inputs
      (list mpfrcx zlib)) ; Header files included from cm_common.h.



reply via email to

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