guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: mlucas: Update source hash.


From: guix-commits
Subject: 01/03: gnu: mlucas: Update source hash.
Date: Thu, 16 May 2019 21:28:57 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a36efdbc603ac37cad5a3a0e59441d76fdf49d89
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri May 17 03:16:27 2019 +0200

    gnu: mlucas: Update source hash.
    
    The tarball was modified in-place with too many small changes to list
    here, all of them apparently intended as minor bug fixes.
    
    * gnu/packages/maths.scm (mlucas)[source]: Update sha256.
---
 gnu/packages/maths.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index cfc8352..46b670f 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -4882,13 +4882,12 @@ built on top of DUNE, the Distributed and Unified 
Numerics Environment.")
        (uri (string-append
              "https://mersenneforum.org/mayer/src/C/mlucas_v"; version ".txz"))
        (sha256
-        (base32
-         "1ax12qj9lyvnx4vs3gx7l8r3wx5gjbsdswp5f00ik9z0wz7xf297"))))
+        (base32 "0h4xj6pyyac79ka5ibqjilfa3s9j3yxnzgpwc57b54kfh2bj3447"))))
     (build-system gnu-build-system)
     (inputs
      `(("python2" ,python-2)))
     (arguments
-     `(#:tests? #f ; no tests
+     `(#:tests? #f                      ; no tests
        #:phases
        (modify-phases %standard-phases
          (replace 'configure



reply via email to

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