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.4.2.


From: guix-commits
Subject: branch master updated: gnu: cm: Update to 0.4.2.
Date: Tue, 23 May 2023 10:32:50 -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 8927b20ba1 gnu: cm: Update to 0.4.2.
8927b20ba1 is described below

commit 8927b20ba105bec8dbf43d00313ab90d6a418ab5
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Tue May 23 16:32:26 2023 +0200

    gnu: cm: Update to 0.4.2.
    
    * gnu/packages/algebra.scm (cm): Update to 0.4.2.
---
 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 fb0943a11f..3babf90b3c 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -133,7 +133,7 @@ greatest common divisor operations.")
 (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 @@ greatest common divisor operations.")
                   version ".tar.gz"))
             (sha256
              (base32
-              "1avaw6a7lyc2833gr9b7zpk4blvrrrkz8r62sv1grh9xc9i4zg07"))))
+              "1c6m00wiw3rs5f0lq6c80rdr3dzklsvh69l8w3s7bj2r6yha6qbw"))))
    (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]