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


From: guix-commits
Subject: branch master updated: gnu: mpfrcx: Update to 0.6.2.
Date: Mon, 21 Jun 2021 10:44:53 -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 91defaf  gnu: mpfrcx: Update to 0.6.2.
91defaf is described below

commit 91defaf245aad937a604c0549bcb3652252241ab
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Mon Jun 21 16:44:26 2021 +0200

    gnu: mpfrcx: Update to 0.6.2.
    
    * gnu/packages/algebra.scm (mpfrcx): Update to 0.6.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 d8ed9e8..e7938b4 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -76,7 +76,7 @@
 (define-public mpfrcx
   (package
    (name "mpfrcx")
-   (version "0.6.1")
+   (version "0.6.2")
    (source (origin
             (method url-fetch)
             (uri (string-append
@@ -84,7 +84,7 @@
                   version ".tar.gz"))
             (sha256
              (base32
-              "0gk2l40awp3q1lh828dhcjshcldy3b1l2v51glaq0lj1h7w34sin"))))
+              "165syd6kihwp6bry9hvr3v0908cgadsz5w5h5ry4mjnchrklnb7w"))))
    (build-system gnu-build-system)
    (propagated-inputs
      `(("gmp" ,gmp)



reply via email to

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