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


From: guix-commits
Subject: branch master updated: gnu: mpfrcx: Update to 0.6.1.
Date: Thu, 29 Apr 2021 09:44:27 -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 df0b723  gnu: mpfrcx: Update to 0.6.1.
df0b723 is described below

commit df0b7233450d0ad70eb7b7a7294a2d2f37118603
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Thu Apr 29 15:42:45 2021 +0200

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



reply via email to

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