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.


From: guix-commits
Subject: branch master updated: gnu: mpfrcx: Update to 0.6.
Date: Tue, 18 Aug 2020 10:51:12 -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 5f8ea8e  gnu: mpfrcx: Update to 0.6.
5f8ea8e is described below

commit 5f8ea8e49179957a6f39341b0b5454f5214ae4af
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Tue Aug 18 16:50:32 2020 +0200

    gnu: mpfrcx: Update to 0.6.
    
    * gnu/packages/algebra.scm (mpfrcx): Update to 0.6.
---
 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 6d1a930..02191ec 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -74,7 +74,7 @@
 (define-public mpfrcx
   (package
    (name "mpfrcx")
-   (version "0.5")
+   (version "0.6")
    (source (origin
             (method url-fetch)
             (uri (string-append
@@ -82,7 +82,7 @@
                   version ".tar.gz"))
             (sha256
              (base32
-              "1s968480ymv6w0rnvfp9mxvx98hvi29fkvw8nk4ggzc6azxgwybs"))))
+              "0gz5rma9al2jrifpknqkcnd9dkf8l05jcxy3s4ghwhd4y3h5dwia"))))
    (build-system gnu-build-system)
    (propagated-inputs
      `(("gmp" ,gmp)



reply via email to

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