guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: mpfrcx: Update to 0.6.3.


From: guix-commits
Subject: branch master updated: gnu: mpfrcx: Update to 0.6.3.
Date: Fri, 10 Sep 2021 11:28:42 -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 eb31966  gnu: mpfrcx: Update to 0.6.3.
eb31966 is described below

commit eb319663d9b4bd9fceae1c9a307cad03d0f673d9
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Fri Sep 10 17:28:13 2021 +0200

    gnu: mpfrcx: Update to 0.6.3.
    
    * gnu/packages/algebra.scm (mpfrcx): Update to 0.6.3.
---
 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 92644c4..9d5646f 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -78,7 +78,7 @@
 (define-public mpfrcx
   (package
    (name "mpfrcx")
-   (version "0.6.2")
+   (version "0.6.3")
    (source (origin
             (method url-fetch)
             (uri (string-append
@@ -86,7 +86,7 @@
                   version ".tar.gz"))
             (sha256
              (base32
-              "165syd6kihwp6bry9hvr3v0908cgadsz5w5h5ry4mjnchrklnb7w"))))
+              "1545vgizpypqi2rrriad0ybqv0qwbn9zr0ibxpk00gha9ihv7acx"))))
    (build-system gnu-build-system)
    (propagated-inputs
      `(("gmp" ,gmp)



reply via email to

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